diff options
Diffstat (limited to 'themes/admin_wind')
| -rw-r--r-- | themes/admin_wind/css/fix-ie.css | 7 | ||||
| -rw-r--r-- | themes/admin_wind/css/screen.css | 79 | ||||
| -rw-r--r-- | themes/admin_wind/views/admin.html.php | 4 |
3 files changed, 17 insertions, 73 deletions
diff --git a/themes/admin_wind/css/fix-ie.css b/themes/admin_wind/css/fix-ie.css index 99fc6241..5475cb79 100644 --- a/themes/admin_wind/css/fix-ie.css +++ b/themes/admin_wind/css/fix-ie.css @@ -9,3 +9,10 @@ .g-unavailable:hover { filter: alpha(opacity=100); } + +tr.g-error td, +tr.g-info td, +tr.g-success td, +tr.g-warning td { + background: none !important; +} diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 13174df9..4ae0c218 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -13,6 +13,7 @@ * 7) Right-to-left language styles * * @todo Consider moving g-panel to gallery.common + * @todo Review g-actions along with g-buttonset-vertical */ /** ******************************************************************* @@ -40,11 +41,7 @@ h1 { font-size: 1.7em; } -#g-search-results h1 { - margin-bottom: 1em; -} - -#g-progress h1 { +#g-dialog h1 { font-size: 1.1em; } @@ -259,16 +256,6 @@ th { text-decoration: none; } -#g-header #g-quick-search-form { - clear: right; - float: right; - margin: 1em 0; -} - -#g-header #g-quick-search-form input[type='text'] { - width: 17em; -} - #g-content .g-block h2 { background-color: transparent; padding-left: 0; @@ -278,13 +265,6 @@ th { padding-left: 1em; } -/* Footer content ~~~~~~~~~~~~~~~~~~~~~~~~ */ - -#g-content #g-search-results { - margin-top: 1em; - padding-top: 1em; -} - .g-block .ui-dialog-titlebar { margin: -1em -1em 0; } @@ -293,6 +273,8 @@ th { background: none; } +/* Photo stream ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + #g-photo-stream { background-color: #e8e8e8; } @@ -329,6 +311,8 @@ th { width: 90px; } +/* Graphics settings ~~~~~~~~~~~~~~~~~~~~~ */ + #g-admin-graphics .g-available .g-block { clear: none; float: left; @@ -336,6 +320,8 @@ th { width: 30%; } +/* Appearance settings ~~~~~~~~~~~~~~~~~~~ */ + #g-site-theme, #g-admin-theme { float: left; @@ -380,15 +366,6 @@ th { * 5) Navigation and menus *********************************************************************/ -/* Login menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ - -#g-header #g-login-menu { - color: #999; - float: right; - margin: 0; - padding: 5px 0; -} - /* Site Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #g-site-admin-menu { @@ -447,48 +424,8 @@ th { padding: .2em .4em; } -.ui-widget-overlay { - background: #000; - opacity: .7; -} - -/* jQuery UI ThemeRoller buttons */ - -.g-buttonset { - padding-left: 1px; -} - -.g-buttonset li { - float: left; -} - -.g-buttonset .g-button { - margin: 0; -} - -.ui-icon-left .ui-icon { - float: left; - margin-right: .2em; -} - -.ui-icon-right .ui-icon { - float: right; - margin-left: .2em; -} - /*************** STUFF THAT NEEDS A HOME ****************/ -.g-progress-bar { - height: 1em; - width: 100%; - margin-top: .5em; - display: inline-block; -} - -#g-task-log-dialog h1 { - font-size: 1.1em; -} - .g-task-log { border: 1pt solid; font-size: .9em; diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php index bbdde734..d88cabf6 100644 --- a/themes/admin_wind/views/admin.html.php +++ b/themes/admin_wind/views/admin.html.php @@ -43,8 +43,8 @@ <?= $theme->site_status() ?> <div id="g-header"> <?= $theme->admin_header_top() ?> - <ul id="g-login-menu" class="g-inline"> - <li class="first"><?= html::anchor(item::root()->abs_url(), "← ".t("Back to the Gallery")) ?></li> + <ul id="g-login-menu" class="g-inline g-right"> + <li class="g-first"><?= html::anchor(item::root()->abs_url(), "← ".t("Back to the Gallery")) ?></li> <li id="g-logout-link"><a href="<?= url::site("logout?csrf=$csrf&continue=" . urlencode(item::root()->url())) ?>"><?= t("Logout") ?></a></li> </ul> <a id="g-logo" href="<?= item::root()->url() ?>" title="<?= t("go back to the Gallery")->for_html_attr() ?>"> |
