From b540ed15a30cd9379df7feb62b0ae81a8a111e9c Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 14 Dec 2011 23:13:38 +0000 Subject: Larry is growing up --- skins/larry/styles.css | 66 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 52 insertions(+), 14 deletions(-) (limited to 'skins/larry/styles.css') diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 0b9e1b49c..3746ee3c2 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -213,25 +213,45 @@ input.button:active { background: linear-gradient(top, #bababa 0%, #d8d8d8 100%); } +.pagenav a.button { + padding: 1px 3px; +} + .pagenav a.button span.inner { display: inline-block; - width: 12px; - height: 12px; + width: 16px; + height: 13px; text-indent: 1000px; overflow: hidden; - background: url(images/buttons.png) -8px -211px no-repeat; + background: url(images/buttons.png) -6px -211px no-repeat; } .pagenav a.prevpage span.inner { - background-position: -8px -226px; + background-position: -7px -226px; } .pagenav a.nextpage span.inner { - background-position: -30px -226px; + background-position: -28px -226px; } .pagenav a.lastpage span.inner { - background-position: -30px -211px; + background-position: -28px -211px; +} + +.pagenav a.pageup span.inner { + background-position: -7px -256px; +} + +.pagenav a.pagedown span.inner { + background-position: -29px -256px; +} + +.pagenav a.viewsource span.inner { + background-position: -7px -271px; +} + +.pagenav a.extwin span.inner { + background-position: -29px -271px; } .pagenav .countdisplay { @@ -270,7 +290,7 @@ a.iconbutton.reset { #message-objects div.notice { color: #555; font-weight: bold; - padding: 6px 40px 6px 25px; + padding: 6px 30px 6px 25px; display: inline-block; white-space: nowrap; background: url(images/messages.png) 0 5px no-repeat; @@ -311,6 +331,9 @@ a.iconbutton.reset { background: -o-linear-gradient(top, #eaeaea 0%, #c8c8c8 100%); background: -ms-linear-gradient(top, #eaeaea 0%, #c8c8c8 100%); background: linear-gradient(top, #eaeaea 0%, #c8c8c8 100%); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } @@ -530,8 +553,8 @@ a.iconbutton.reset { .listbox .tablink, .listing tbody td, .listing li { - font-size: 11px; display: block; + font-size: 11px; border-top: 1px solid #fff; border-bottom: 1px solid #bbd3da; cursor: default; @@ -551,6 +574,10 @@ a.iconbutton.reset { white-space: nowrap; } +.listing tbody td { + display: table-cell; +} + .listbox .listitem.selected, .listbox .tablink.selected, .listing tbody tr.selected td, @@ -570,7 +597,8 @@ ul.listing li { background-color: #d9ecf4; } -ul.listing li.droptarget { +ul.listing li.droptarget, +table.listing tr.droptarget td { background-color: #c7e3ef; } @@ -611,11 +639,11 @@ table.listing { } .boxfooter .listbutton.add .inner { - background-position: 8px -1210px; + background-position: 10px -1210px; } .boxfooter .listbutton.groupactions .inner { - background-position: 4px -1292px; + background-position: 5px -1292px; } .centerbox { @@ -641,6 +669,10 @@ body.iframe { margin: 38px 0 20px 0; } +body.iframe.fullheight { + margin: 0; +} + .contentbox .boxtitle, body.iframe .boxtitle { color: #777; @@ -687,7 +719,13 @@ body.iframe .boxtitle { display: block; font-size: 14px; font-weight: bold; - margin-bottom: 10px; + padding-bottom: 10px; + margin-bottom: 0; +} + +.propform fieldset fieldset legend { + color: #666; + font-size: 12px; } table.propform { @@ -1004,9 +1042,9 @@ ul.toolbarmenu li label { #rcmdraglayer { - min-width: 300px; + min-width: 260px; width: auto !important; - width: 300px; + width: 260px; padding: 6px 8px; background: #444; border: 1px solid #555; -- cgit v1.2.3