share boxes

This commit is contained in:
Matthias Kretschmann 2012-02-27 10:41:41 +01:00
parent c09de1c45a
commit 4d816be20d
1 changed files with 56 additions and 2 deletions

View File

@ -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;
}
}