diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 7818140d87..a4f05fd190 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -91,6 +91,10 @@ pre, textarea.pre { background-attachment: fixed!important; } +.ui-btn-icon-notext .ui-btn-inner .ui-icon { + margin: -10px -9px 0 0!important; +} + /* Header */ @@ -756,9 +760,9 @@ progress { cursor: pointer; } -.imgUserItemRating:hover { - opacity: .5; -} + .imgUserItemRating:hover { + opacity: .5; + } @media all and (min-width: 650px) { .itemImageBlock { diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index d1d9cbf7ee..714d59ff35 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -6,13 +6,13 @@