change .Class Names in prettyPrint

This commit is contained in:
Stefan Reinhardt 2014-03-05 09:18:54 +00:00
parent 8ece4ae74c
commit f5c9dd79a5

View File

@ -146,7 +146,7 @@ table.dialog-main-view {width: 100%;}
/********** Header Part ********************/
.dialog-header{
.dialogHeader{
/*background-color: @egw_color_2_d;*/
@ -222,9 +222,9 @@ table.dialog-main-view {width: 100%;}
}
tr.dialog-header2,
tr.dialog-header3,
tr.dialog-header4{
tr.dialogHeader2,
tr.dialogHeader3,
tr.dialogHeader4{
background-color: @gray_10 !important;
border-top: 2px solid @gray_10;
border-bottom: 2px solid @gray_10;
@ -247,7 +247,7 @@ tr.dialog-header4{
/************* Tabs *********************************/
.dialog-tabs {
.dialogTabs {
.gradient_thead;
.color_100_gray;
@ -265,7 +265,7 @@ tr.dialog-header4{
}
/********** Operators *******************************/
.dialog-operators {
.dialogOperators {
background-color: fade(@gray_10, 2%);
border-top: 0px solid @gray_10;
border-bottom: 0px solid @gray_10;
@ -277,7 +277,7 @@ tr.dialog-header4{
/********** Footer *******************************/
/*Buttons / Toolbar*/
.dialog-footer-toolbar{
.dialogFooterToolbar{
background-color: @color_button_panel_bg_color;
td {padding: 0px 5px;}