From 4d816be20d419643fd2d99f065e0a8c0f655255b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 27 Feb 2012 10:41:41 +0100 Subject: [PATCH] share boxes --- user/css/krtmn.css | 58 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 2 deletions(-) diff --git a/user/css/krtmn.css b/user/css/krtmn.css index 7c11be1..059b463 100644 --- a/user/css/krtmn.css +++ b/user/css/krtmn.css @@ -198,7 +198,8 @@ ul#admin_menu li#admin_menu_logout_link a { /* New URL */ /* ============================================================== */ -#new_url { +#new_url, +div.share { margin-bottom: 2em; background-color: rgba(0,0,0,.1); background-image: -moz-linear-gradient(-45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 40%, rgba(255,255,255,0) 41%, rgba(255,255,255,0) 100%); @@ -238,7 +239,6 @@ ul#admin_menu li#admin_menu_logout_link a { } #new_url_form input { - border-color: #2c3637; font-weight: bold; } @@ -257,6 +257,45 @@ input#add-keyword { clear: both; } +div.share { + height: auto; +} + + +#tweet_body { + width: 94% !important; +} + +#share_links { + font-size: .8em; +} + +#share_ff, +#share_fb { + display: none; +} + +#sharebox { + width: 50%; + margin-right: 0; + float: right; +} + +#copybox { + width: 30%; +} + +div.zclip { + display: none !important; +} + +input#copylink { + width: 93%; +} + +#charcount { + color: #2c3637; +} /* ============================================================== */ /* Main Table */ @@ -503,6 +542,11 @@ body#public { border-top: 1px dashed rgba(255,255,255,.2); } + table.tblSorter tbody tr:first-child { + border-top: 1px solid #333; + box-shadow: inset 0 1px 0 rgba(255,255,255,.2); + } + table.tblSorter td.keyword a { display: inline-block; background: rgba(0, 0, 0, .1); @@ -556,4 +600,14 @@ body#public { display: none !important; } + #new_url { + margin-bottom: 1em; + } + + div.share { + margin: .5em 0 !important; + float: none; + width: auto !important; + } + } \ No newline at end of file