Dashboard: fixed text alignment issue in ios6touchpad style

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8968 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
talkabout
2015-07-14 16:21:01 +00:00
parent 49458a35bc
commit bd0d83d2b7
2 changed files with 5 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it. # Do not insert empty lines here, update check depends on it.
- bugfix: Dashboard: text alignment issue for ios6touchpadstyle.
- change: 57_CALVIEW: -update fpr modi-management - change: 57_CALVIEW: -update fpr modi-management
-the modes now can be set with attribute modes -the modes now can be set with attribute modes
-thx to Risiko for patch -thx to Risiko for patch

View File

@@ -255,10 +255,10 @@ background: none;
} }
#dashboard .ui-state-default a {color: #333333;text-decoration: none;} #dashboard .ui-state-default a {color: #333333;text-decoration: none;}
#dashboard .ui-state-disabled {opacity: .35;filter:Alpha(Opacity=35);} #dashboard .ui-state-disabled {opacity: .35;filter:Alpha(Opacity=35);}
#dashboard .ui-state-active a {color: #ffffff;text-decoration: none;} #dashboard .ui-state-active a {color: #000000!important;text-decoration: underline;}
#dashboard .ui-state-hover {color: #ffffff;} #dashboard .ui-state-hover {color: #000000;}
#dashboard .ui-state-hover a, #dashboard .ui-state-hover a,
#dashboard .ui-state-focus a:hover {color: #ffffff;text-decoration: none;} #dashboard .ui-state-focus a:hover {color: #000000;text-decoration: underline;}
/* Dashboard Dialog /* Dashboard Dialog
------------------------------------------------------------------------*/ ------------------------------------------------------------------------*/
@@ -364,10 +364,6 @@ a.evo-hist {margin-left: 6px;}
padding: 0px; padding: 0px;
} }
.col2 {
text-align: center;
}
.dashboard_widgetheader svg { .dashboard_widgetheader svg {
margin-right: 5px; margin-right: 5px;
} }
@@ -403,7 +399,7 @@ a.evo-hist {margin-left: 6px;}
padding: 5px 5px 5px 32px; padding: 5px 5px 5px 32px;
} }
.dashboard_tabnav .ui-state-active a { .dashboard_tabnav .ui-state-active a {
color: #666; color: #888888 !important;
} }
/* on nav hover */ /* on nav hover */