From ce06d32dd81e3a9c5c5c8a5e27562b5c55b49c81 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 17 Jun 2010 15:08:00 -0400 Subject: [PATCH] - UI unification - Added button to hide/unhide the preview pane (#1484215) --- skins/default/common.css | 147 +++++++++++++++++++++++++----------------------- 1 files changed, 77 insertions(+), 70 deletions(-) diff --git a/skins/default/common.css b/skins/default/common.css index 66ea82d..583f8a1 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -243,6 +243,83 @@ left: 20px; } +.boxtitle +{ + height: 12px !important; + padding: 2px 10px 5px 5px; + border-bottom: 1px solid #999; + color: #333; + font-size: 11px; + font-weight: bold; + background: url(images/listheader.gif) top left repeat-x #CCC; +} + +.boxcontent +{ + padding: 15px 10px 10px 10px; + background-color: #F2F2F2; +} + +.boxcontent table td.title +{ + color: #666; + padding-right: 10px; +} + +.boxlistcontent +{ + position: absolute; + top: 20px; + bottom: 22px; + left: 0; + right: 0; + overflow-y: auto; + overflow-x: hidden; +} + +.boxfooter +{ + position: absolute; + bottom: 0px; + left: 0px; + right: 0px; + overflow: hidden; + height: 22px; + border-top: 1px solid #999; + background: url('images/listheader.gif') top left repeat-x #CCC; +} + +.boxfooter a.button, +.boxfooter a.buttonPas +{ + display: block; + float: left; + width: 34px; + height: 22px; + padding: 0px; + margin: 0; + overflow: hidden; + background: url('images/icons/groupactions.png') 0 0 no-repeat transparent; + opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */ +} + +.boxfooter a.groupactions +{ + background-position: 0 -26px; +} + +.boxfooter a.buttonPas +{ + opacity: 0.35; +} + +.pagenav span +{ + color: #666; + font-size: 11px; + text-shadow: white 1px 1px; +} + .pagenav a.button, .pagenav a.buttonPas { @@ -310,75 +387,6 @@ background-position: 2px center; } -.boxtitle -{ - height: 12px !important; - padding: 2px 10px 5px 5px; - border-bottom: 1px solid #999; - color: #333; - font-size: 11px; - font-weight: bold; - background: url(images/listheader.gif) top left repeat-x #CCC; -} - -.boxcontent -{ - padding: 15px 10px 10px 10px; - background-color: #F2F2F2; -} - -.boxcontent table td.title -{ - color: #666; - padding-right: 10px; -} - -.boxlistcontent -{ - position: absolute; - top: 20px; - bottom: 22px; - left: 0; - right: 0; - overflow-y: auto; - overflow-x: hidden; -} - -.boxfooter -{ - position: absolute; - bottom: 0px; - left: 0px; - right: 0px; - height: 22px; - border-top: 1px solid #999; - background: url('images/listheader.gif') top left repeat-x #CCC; -} - -.boxfooter a.button, -.boxfooter a.buttonPas -{ - display: block; - float: left; - width: 34px; - height: 22px; - padding: 0px; - margin: 0; - overflow: hidden; - background: url('images/icons/groupactions.png') 0 0 no-repeat transparent; - opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */ -} - -.boxfooter a.groupactions -{ - background-position: 0 -26px; -} - -.boxfooter a.buttonPas -{ - opacity: 0.35; -} - .popupmenu { position: absolute; @@ -434,7 +442,6 @@ color: #fff; background-color: #c00; } - /***** common table settings ******/ -- Gitblit v1.9.1