From c2d5c8cd3914c4139f750287fa95f307c0c5aee7 Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Sat, 27 Aug 2011 07:58:20 -0400 Subject: [PATCH] A little more theme cleanup. --- theme/base/css/display.css | 19 ++-- theme/base/images/icons/README | 1 + theme/base/images/icons/lock.png | Bin 0 -> 749 bytes theme/base/images/icons/lock_open.png | Bin 0 -> 727 bytes theme/neo/css/display.css | 146 +++++++++++++++----------- 5 files changed, 96 insertions(+), 70 deletions(-) create mode 100644 theme/base/images/icons/lock.png create mode 100644 theme/base/images/icons/lock_open.png diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 6328098a51..b698ff9221 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -297,7 +297,7 @@ address .poweredby { display: none; } -.form_notice #notice_data-text-label { /* XXX remove? */ +.form_notice #notice_data-text-label { /* TODO can remove this now? */ display: none; } @@ -524,7 +524,7 @@ address .poweredby { .checkbox-wrapper.unchecked label.checkbox { padding-left: 20px; - background: url(../images/lock_open.png) no-repeat 0px 0px; + background: url(../images/icons/lock_open.png) no-repeat 0px 0px; opacity: 0.6; } @@ -535,7 +535,7 @@ address .poweredby { .checkbox-wrapper.checked label.checkbox { padding-left: 20px; - background: url(../images/lock.png) no-repeat 0px 0px; + background: url(../images/icons/lock.png) no-repeat 0px 0px; color: red; opacity: 1; } @@ -599,10 +599,6 @@ address .poweredby { margin-bottom: 20px; } -body[id$=adminpanel] #aside_primary { - display:none; -} - /* notices */ @@ -834,7 +830,7 @@ clear:both; #jOverlayContent, #jOverlayContent #content, -#jOverlayContent #content_inner { /* XXX still needed? */ +#jOverlayContent #content_inner { /* TODO can remove this now? */ width: auto !important; margin-bottom:0; } @@ -1479,12 +1475,13 @@ margin-bottom:11px; } .form_settings .form_note { -border-radius:4px; --moz-border-radius:4px; --webkit-border-radius:4px; padding:0 7px; } +.form_settings .form_response { + margin-top: 10px; +} + .form_settings input { margin-right: 20px; } diff --git a/theme/base/images/icons/README b/theme/base/images/icons/README index f701959ca0..d124671da1 100644 --- a/theme/base/images/icons/README +++ b/theme/base/images/icons/README @@ -57,3 +57,4 @@ Created by various authors * Atom feed icon from http://intertwingly.net/wiki/pie/Icon with Public Domain license * RSS feed icon from http://www.feedicons.com/ (Mozilla, Microsoft, Matt Brett) with MPL/GPL/LGPL tri-license * Processing icon from/by Unknown with Unknown license //FIXME +* lock and lock_open icons by Mark James http://www.famfamfam.com/lab/icons/silk/ (Creative Commons Attribution 2.5 License) diff --git a/theme/base/images/icons/lock.png b/theme/base/images/icons/lock.png new file mode 100644 index 0000000000000000000000000000000000000000..2ebc4f6f9663e32cad77d67ef93ab8843dfea3c0 GIT binary patch literal 749 zcmVe|tv9>?g+k#9o0pTxd@;_sq{kwlU;^VvV*?BV8P@}BoaZTQUROpWV6|-M`|^n&)=+8tHo3*<<$NU zU`%V~ZF;?hBSYsjJ6%JzV}E(D{pOLqQklliUf9um_tGl-wty`y*p?eYNW56P>X@1s zZs7KrRZKtmV7Lqj^5Fgr7_`LjhdJK@ltF&O`j7?*NUM$KvmNGz)3WjM?V$vHlPT0AFyF?kLE<#HZabCSW3-oa*6;Z zrXD`Ulwd<^2glP%1Y1Kc1Ij%DU^=ME(jKf6APNlA$Uu;J4bVilQHSWX5uJ$9Zsp4M z0%!@LvyTxz=Z6stxlichODIY+yNGt%RM;m`>H4LOKLFs9Y%b5aUN|2|{0Zw|<_~i} fmXz*V19AKYarLKlJyH=-*k3W|aiVYC~e{STzB+=%NyKm^5w z3m4+bm8cXnzG}0Gw2c^Ol0K$0_ity0#@^}dhsl97GUJu9lkxh`Okt_0|=(|h`!tol*)tahk*i! zgS8GLCq{|Gd7N1T=a4u`0gM4BU}M^~w|L$b3WtyL{rO$Q?PPfL6z$J7;&2In&vryC zqT@6`g9u_Zg@Xt1vO7RIY-D-g8eo{1!oIz%ujUZ52IBq#JOI%e5ertc^kIf}?KOA? zx9*6-2qdQcN5WDRs@&WP6I?Nxm{No*quRTbIBKa{opLb zA%3`w)e+)sGB0CNfH a { border-left: 1px solid #ccc !important; @@ -1132,6 +1206,7 @@ td.entity_profile { } /* Event specific styles */ +/* TODO separate base styles and move to plugin */ .notice .vevent div { margin-bottom: 8px; @@ -1215,40 +1290,7 @@ label[for=event-starttime], label[for=event-endtime] { width: 120px; } -/* Limited-scope specific styles */ - -.limited-scope .entry-content .timestamp { - padding-left: 20px; - position: relative; -} - -.limited-scope .entry-content .timestamp:before { - content: url(../images/lock.png); - position: absolute; - top: -2px; - left: 0px; -} - -.limited-scope li .entry-content .timestamp { - padding-left: 0px; -} - -.limited-scope li .entry-content .timestamp:before { - content: none; -} - -.limited-scope li.limited-scope .entry-content .timestamp { - padding-left: 20px; -} - -.limited-scope li.limited-scope .entry-content .timestamp:before { - content: url(../images/lock.png); - position: absolute; - top: -2px; - left: 0px; -} - -/* QnA specific styles */ +/* QnA */ .question div.question-description { font-size: 1em; @@ -1315,21 +1357,6 @@ label[for=event-starttime], label[for=event-endtime] { content: none !important; } -/* Blog specific styles */ - -label[for=blog-entry-content] { - display: none !important; -} - -#input_form_blog td { - padding-top: 0px; - padding-bottom: 0px; -} - -#input_form_blog td.mceToolbar { - padding-top: 4px; -} - /* Poll specific styles */ .notice div.poll-content { @@ -1341,6 +1368,7 @@ label[for=blog-entry-content] { } /* SNOD CompanyLogo styling */ +/* TODO move to plugin */ #site_nav_local_views a.company_logo { width: 138px;