Fix unwanted scrollbars

This commit is contained in:
Nathan Gray 2014-01-16 17:04:26 +00:00
parent 812c2e1ecc
commit 195ac0ceb3
3 changed files with 27 additions and 23 deletions

View File

@ -33,7 +33,7 @@
/** /**
* Styles for etemplate2 widgets * Styles for etemplate2 widgets
* Überschreibt egroupware/etemplate/templates/default/etemplate2.css * Überschreibt egroupware/etemplate/templates/default/etemplate2.css
* *
* @version: 1 * @version: 1
* Stefan Reinhardt * Stefan Reinhardt
*/ */
@ -386,7 +386,7 @@ action buttons, left aligned for "extra" controls
float: none; float: none;
} }
*/ */
/** /**
* Diff widget * Diff widget
*/ */
.diff thead, .diff thead,
@ -1372,7 +1372,7 @@ action buttons, left aligned for "extra" controls
opacity: 0.5; opacity: 0.5;
} }
/** /**
* Grid / nextmatch Hierarchy * Grid / nextmatch Hierarchy
*/ */
/* Make sure arrow & cell content don't overlap */ /* Make sure arrow & cell content don't overlap */
.egwGridView_grid span.arrow { .egwGridView_grid span.arrow {
@ -1388,7 +1388,7 @@ action buttons, left aligned for "extra" controls
margin-left: 10px; margin-left: 10px;
border-left: 1px solid silver; border-left: 1px solid silver;
} }
/** /**
* This class' margin-right is used to line up columns at each indent level * This class' margin-right is used to line up columns at each indent level
* Classes level_# are created programmatically with margin-right * depth * Classes level_# are created programmatically with margin-right * depth
* Margin-right = -(indent + border) * Margin-right = -(indent + border)
@ -2918,9 +2918,9 @@ img {
background-image: linear-gradient(top, #0c5da5, #0c5da5); background-image: linear-gradient(top, #0c5da5, #0c5da5);
background-repeat: repeat-x; background-repeat: repeat-x;
/* &:hover { /* &:hover {
path{fill: red;} path{fill: red;}
}*/ }*/
} }
input, input,
@ -3187,8 +3187,8 @@ input[type=button]:active {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important; box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
} }
/* ######################################################################################## /* ########################################################################################
* *
* Button mit Bildern * Button mit Bildern
* *
######################################################################################## */ ######################################################################################## */
button.et2_button_with_image { button.et2_button_with_image {
@ -3234,7 +3234,7 @@ button.et2_button_with_image background-color[url$="svg"] {
background-repeat: repeat-x; background-repeat: repeat-x;
} }
/* ######################################################################################## /* ########################################################################################
* *
* Button löschen / delete / => color-negative-action * Button löschen / delete / => color-negative-action
* *
######################################################################################## */ ######################################################################################## */
@ -3348,7 +3348,7 @@ button[id="addressbook-edit_button[delete]"]:active {
color: #ffffff; color: #ffffff;
} }
/* ######################################################################################## /* ########################################################################################
* *
* Button edit + save + apply + copy => color-positive-action * Button edit + save + apply + copy => color-positive-action
* *
######################################################################################## */ ######################################################################################## */
@ -3468,7 +3468,7 @@ button[id*="edit_button[add_alarm]"]:active {
background-color: #1aa200 !important; background-color: #1aa200 !important;
} }
/* ######################################################################################## /* ########################################################################################
* *
* Button cancel / => color-cancel-action * Button cancel / => color-cancel-action
* *
######################################################################################## */ ######################################################################################## */
@ -3528,8 +3528,8 @@ button[id="cancel"]:active {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
} }
/* ######################################################################################## /* ########################################################################################
* *
* Button hinzufügen * Button hinzufügen
* *
######################################################################################## */ ######################################################################################## */
button.add { button.add {
@ -3711,7 +3711,7 @@ table.egwGridView_outer tbody {
/*Elements inside td*/ /*Elements inside td*/
} }
table.egwGridView_outer tbody td.frame { table.egwGridView_outer tbody td.frame {
border: 1px solid #e6e6e6; /*border: 1px solid #e6e6e6; can't have - breaks grid scrol calcs*/
/*padding: 0px 5px; no need*/ /*padding: 0px 5px; no need*/
} }
table.egwGridView_outer tbody td .et2_link { table.egwGridView_outer tbody td .et2_link {
@ -4140,7 +4140,8 @@ table.nextmatch_header img {
} }
.egwGridView_scrollarea { .egwGridView_scrollarea {
width: 100%; width: 100%;
overflow: auto; overflow-y: auto;
overflow-x: hidden;
} }
#egw_fw_header { #egw_fw_header {
width: 100%; width: 100%;
@ -4360,7 +4361,7 @@ table.nextmatch_header img {
} }
/*################################################# /*#################################################
################################################### ###################################################
Add / Print / Logout / Add / Print / Logout /
- Name / Date - Name / Date
###################################################*/ ###################################################*/
#egw_fw_topmenu_addons span#quick_add { #egw_fw_topmenu_addons span#quick_add {
@ -4716,7 +4717,7 @@ table.nextmatch_header img {
border-color: #b4b4b4; border-color: #b4b4b4;
} }
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content div.egw_fw_ui_category:nth-last-of-type(-n+3) { #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content div.egw_fw_ui_category:nth-last-of-type(-n+3) {
/* color:#ff0000; /* color:#ff0000;
background-color: yellow !important;*/ background-color: yellow !important;*/
-webkit-border-top-right-radius: 0; -webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0; -webkit-border-bottom-right-radius: 0;
@ -5242,7 +5243,8 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
width: 100%; width: 100%;
padding: 0px; padding: 0px;
margin: 0; margin: 0;
overflow: auto; overflow-x: hidden;
overflow-y: auto;
} }
#egw_fw_main .egw_fw_ui_tab_content > div { #egw_fw_main .egw_fw_ui_tab_content > div {
width: 100%; width: 100%;
@ -5256,7 +5258,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
* *
* Version 08.2013 * Version 08.2013
* Author Stefan Reinhardt, Wolfgang Ott * Author Stefan Reinhardt, Wolfgang Ott
* *
*/ */
/* ################################################# /* #################################################
* FOOTER * FOOTER
@ -5288,7 +5290,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
/** /**
* EGroupware: Stylite Pixelegg template * EGroupware: Stylite Pixelegg template
* *
* dialog * dialog
* define every dialog box in egw * define every dialog box in egw
* even popup or jquery * even popup or jquery

View File

@ -35,7 +35,8 @@
.egwGridView_scrollarea { .egwGridView_scrollarea {
width: 100%; width: 100%;
overflow: auto; overflow-y: auto;
overflow-x: hidden;
} }
#egw_fw_header{ #egw_fw_header{
@ -1267,7 +1268,8 @@ div#calendar-container {
width: 100%; width: 100%;
padding: 0px; padding: 0px;
margin: 0; margin: 0;
overflow: auto; overflow-x: hidden;
overflow-y: hidden;
> div { > div {

View File

@ -151,7 +151,7 @@ table.egwGridView_outer{
td.frame { td.frame {
border: 1px solid @gray_10; /*border: 1px solid @gray_10; can't have - breaks grid scroll calculations'
/*padding: 0px 5px; no need*/ /*padding: 0px 5px; no need*/
} }