Remove tag css specification for et2_container in resources

This commit is contained in:
Hadi Nategh 2015-02-06 14:12:11 +00:00
parent 6e9ee7f977
commit ca44f843c3
2 changed files with 5 additions and 5 deletions

View File

@ -59,9 +59,9 @@ div.resources_pictureFile div.progress {
position: absolute; position: absolute;
width: 226px; width: 226px;
} }
div#resources-edit { #resources-edit {
margin: 0.5em; margin: 0.5em;
} }
div#resources-edit .et2_container { #resources-edit .et2_container {
width: 848px; width: 848px;
} }

View File

@ -18,7 +18,7 @@
//****************************************************************** //******************************************************************
// sidebar // sidebar
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {font-size: 1.15em !important;} #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {font-size: 1.15em !important;}
@ -31,7 +31,7 @@
button#resources-show_add{ button#resources-show_add{
.Complete_Button_add_only_plus; .Complete_Button_add_only_plus;
background-color: @egw_color_2_a; background-color: @egw_color_2_a;
&:hover {.Complete_Button_add_only_plus_hover;} &:hover {.Complete_Button_add_only_plus_hover;}
&:active {background-color: @color_positive_action_active !important;} &:active {background-color: @color_positive_action_active !important;}
@ -54,7 +54,7 @@ div.resources_pictureFile div.progress{
width:226px; width:226px;
} }
div#resources-edit{ #resources-edit{
.et2_container { .et2_container {
width:848px; width:848px;
} }