mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 09:13:25 +01:00
share boxes
This commit is contained in:
parent
c09de1c45a
commit
4d816be20d
@ -198,7 +198,8 @@ ul#admin_menu li#admin_menu_logout_link a {
|
|||||||
/* New URL */
|
/* New URL */
|
||||||
/* ============================================================== */
|
/* ============================================================== */
|
||||||
|
|
||||||
#new_url {
|
#new_url,
|
||||||
|
div.share {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
background-color: rgba(0,0,0,.1);
|
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%);
|
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 {
|
#new_url_form input {
|
||||||
border-color: #2c3637;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -257,6 +257,45 @@ input#add-keyword {
|
|||||||
clear: both;
|
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 */
|
/* Main Table */
|
||||||
@ -503,6 +542,11 @@ body#public {
|
|||||||
border-top: 1px dashed rgba(255,255,255,.2);
|
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 {
|
table.tblSorter td.keyword a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: rgba(0, 0, 0, .1);
|
background: rgba(0, 0, 0, .1);
|
||||||
@ -556,4 +600,14 @@ body#public {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#new_url {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.share {
|
||||||
|
margin: .5em 0 !important;
|
||||||
|
float: none;
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user