2012-03-08 14:44:47 +01:00
|
|
|
@import '../fonts/font-awesome/css/font-awesome.css';
|
|
|
|
|
2012-03-08 13:33:35 +01:00
|
|
|
html, body {
|
|
|
|
background: #516062;
|
2012-02-27 03:51:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/*font reset*/
|
|
|
|
body, input.text, select, textarea,
|
|
|
|
div, p, td,
|
|
|
|
input.button,
|
|
|
|
table.tblSorter,
|
|
|
|
#main_table tfoot th, #main_table tfoot th div {
|
|
|
|
font: normal 16px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*main text color*/
|
|
|
|
body,
|
2012-02-28 20:49:58 +01:00
|
|
|
table.tblSorter tbody td,
|
|
|
|
#public h1,
|
|
|
|
#public h1 a,
|
|
|
|
#login:before {
|
2012-02-27 03:51:07 +01:00
|
|
|
color: #191e1f;
|
|
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
#wrap {
|
|
|
|
max-width: 920px;
|
|
|
|
width: auto;
|
|
|
|
border-radius: 0;
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
padding: 2%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sub_wrap {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#new_url,
|
|
|
|
table.tblSorter,
|
|
|
|
table.tblSorter tbody td,
|
|
|
|
table.tblSorter thead tr th, table.tblSorter tfoot tr th, table.tblSorter th.header,
|
|
|
|
table.tblSorter tfoot tr {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.tblSorter tbody tr:hover td,
|
|
|
|
.sub_wrap span,
|
|
|
|
tt,
|
|
|
|
code,
|
|
|
|
table.tblSorter thead tr .headerSortDown, table.tblSorter thead tr .headerSortUp,
|
|
|
|
tr.edit-row td,
|
|
|
|
a.bookmarklet {
|
|
|
|
background: rgba(0,0,0,.2) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.plugin.inactive {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
|
|
|
#new_url,
|
|
|
|
table.tblSorter thead tr th, table.tblSorter tfoot tr th, table.tblSorter th.header {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a, a:link, a:active, a:visited {
|
2012-02-27 09:10:27 +01:00
|
|
|
color: #28cbc3;
|
|
|
|
text-decoration: none;
|
|
|
|
text-shadow: 0 1px 0 #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2012-02-27 03:51:07 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2012-02-27 12:49:54 +01:00
|
|
|
::-moz-selection { background: #000; color: #fff; }
|
|
|
|
::selection { background: #000; color: #fff }
|
|
|
|
|
2012-03-10 00:23:34 +01:00
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2012-02-27 12:49:54 +01:00
|
|
|
/* ============================================================== */
|
|
|
|
/* Icons */
|
|
|
|
/* ============================================================== */
|
|
|
|
|
2012-03-08 14:44:47 +01:00
|
|
|
#public h1 i {
|
|
|
|
display: block;
|
|
|
|
font-size: .8em;
|
2012-02-27 12:49:54 +01:00
|
|
|
}
|
|
|
|
|
2012-03-08 14:44:47 +01:00
|
|
|
/*additional font-awesome definitions*/
|
|
|
|
.error:before,
|
2012-02-27 13:00:38 +01:00
|
|
|
li#admin_menu_logout_link:before,
|
|
|
|
#admin_menu li.admin_menu_toplevel a:before,
|
2012-03-08 14:44:47 +01:00
|
|
|
td.actions .button:before,
|
2012-03-10 00:23:34 +01:00
|
|
|
#toggle_plugins:before,
|
|
|
|
#share_tw:before,
|
|
|
|
body.infos #informations + h3 a:before {
|
2012-03-08 14:44:47 +01:00
|
|
|
font-family: FontAwesome;
|
2012-02-27 13:00:38 +01:00
|
|
|
font-weight: normal;
|
2012-03-08 14:44:47 +01:00
|
|
|
font-style: normal;
|
|
|
|
display: inline-block;
|
2012-02-27 12:49:54 +01:00
|
|
|
}
|
|
|
|
|
2012-03-08 14:44:47 +01:00
|
|
|
.error:before {
|
|
|
|
content: "\f071";
|
|
|
|
margin-right: .7em;
|
|
|
|
margin-left: -.7em;
|
|
|
|
font-size: 32px;
|
|
|
|
vertical-align: top;
|
|
|
|
position: relative;
|
2012-02-27 12:49:54 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 13:00:38 +01:00
|
|
|
li#admin_menu_logout_link:before {
|
2012-03-08 14:44:47 +01:00
|
|
|
content: "\f007";
|
2012-02-27 13:00:38 +01:00
|
|
|
margin-right: .5em;
|
2012-03-08 14:44:47 +01:00
|
|
|
font-size: 14px;
|
2012-02-27 13:00:38 +01:00
|
|
|
}
|
|
|
|
|
2012-03-08 14:44:47 +01:00
|
|
|
#admin_menu li.admin_menu_toplevel a:before {
|
2012-02-27 13:00:38 +01:00
|
|
|
margin-right: .7em;
|
2012-02-28 20:49:58 +01:00
|
|
|
margin-left: -.7em;
|
2012-03-08 14:44:47 +01:00
|
|
|
font-size: 18px;
|
2012-02-28 20:49:58 +01:00
|
|
|
color: #191e1f;
|
|
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.1);
|
|
|
|
position: relative;
|
2012-02-27 13:00:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
li#admin_menu_admin_link a:before {
|
2012-03-08 14:44:47 +01:00
|
|
|
content: "\f015";
|
2012-02-27 13:00:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
li#admin_menu_tools_link a:before {
|
2012-03-08 14:44:47 +01:00
|
|
|
content: "\f000";
|
2012-02-27 13:00:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
li#admin_menu_plugins_link a:before {
|
2012-03-08 14:44:47 +01:00
|
|
|
content: "\f085";
|
2012-02-28 20:49:58 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 12:49:54 +01:00
|
|
|
/* Action Icons */
|
|
|
|
|
|
|
|
table.tblSorter tbody td.actions {
|
|
|
|
padding-top: .6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.actions .button {
|
|
|
|
overflow: hidden;
|
|
|
|
color: #191e1f;
|
2012-03-08 14:44:47 +01:00
|
|
|
font-size: 14px;
|
2012-02-27 12:49:54 +01:00
|
|
|
background: none;
|
|
|
|
text-indent: 0;
|
|
|
|
height: 32px;
|
|
|
|
width: 32px;
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.actions .button:before {
|
|
|
|
margin-right: 1em;
|
|
|
|
margin-left: .2em;
|
2012-03-08 14:44:47 +01:00
|
|
|
margin-top: .3em;
|
2012-02-27 12:49:54 +01:00
|
|
|
font-size: 1.5em;
|
|
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.2);
|
|
|
|
}
|
|
|
|
|
2012-03-08 14:44:47 +01:00
|
|
|
td.actions .button:hover:before,
|
|
|
|
#toggle_plugins:hover:before {
|
2012-02-27 12:49:54 +01:00
|
|
|
color: #28cbc3;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.actions .button_stats:before {
|
2012-03-08 14:44:47 +01:00
|
|
|
content: "\f080";
|
2012-02-27 12:49:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
td.actions .button_share:before {
|
2012-03-08 14:44:47 +01:00
|
|
|
content: "\f045";
|
2012-02-27 12:49:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
td.actions .button_edit:before {
|
2012-03-08 14:44:47 +01:00
|
|
|
content: "\f044";
|
2012-02-27 12:49:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
td.actions .button_delete:before {
|
2012-03-08 14:44:47 +01:00
|
|
|
content: "\f05c";
|
2012-02-27 12:49:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
td.actions .button_delete:hover:before {
|
|
|
|
color: #4e1b1c;
|
|
|
|
}
|
|
|
|
|
2012-02-27 13:00:38 +01:00
|
|
|
td.actions .button.disabled, #add-button.disabled {
|
|
|
|
border: none;
|
|
|
|
background: transparent;
|
|
|
|
opacity: .4;
|
|
|
|
}
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
#wrap > h1:first-child {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-03-08 14:44:47 +01:00
|
|
|
#toggle_plugins {
|
|
|
|
background: none !important;
|
|
|
|
text-indent: 0 !important;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 20px !important;
|
|
|
|
height: 20px !important;
|
|
|
|
margin-left: 1em !important;
|
|
|
|
}
|
|
|
|
#toggle_plugins:before {
|
|
|
|
content: "\f022";
|
|
|
|
font-size: 20px;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
2012-03-10 00:23:34 +01:00
|
|
|
#share_tw {
|
|
|
|
background: none;
|
|
|
|
padding-left: 0;
|
|
|
|
font-weight: normal !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#share_tw:before {
|
|
|
|
content: "\f081";
|
|
|
|
margin-right: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.infos #informations + h3 a:before {
|
|
|
|
content: "\f02e";
|
|
|
|
}
|
|
|
|
|
2012-02-27 09:10:27 +01:00
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
/* ============================================================== */
|
|
|
|
/* Forms & Inputs */
|
|
|
|
/* ============================================================== */
|
|
|
|
|
|
|
|
input.text, select, textarea {
|
|
|
|
border: 1px solid #2c3637;
|
|
|
|
padding: .5em;
|
2012-02-27 07:52:46 +01:00
|
|
|
outline: none;
|
|
|
|
background: rgba(0, 0, 0, .2);
|
|
|
|
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .2);
|
|
|
|
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .2);
|
|
|
|
box-shadow: 0 1px 0 rgba(255, 255, 255, .2);
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2012-02-27 08:38:26 +01:00
|
|
|
input.text:focus, textarea:focus {
|
|
|
|
border: 1px solid #28cbc3;
|
|
|
|
outline: none;
|
|
|
|
-webkit-box-shadow: 0 0 8px #28cbc3 !important;
|
|
|
|
-moz-box-shadow: 0 0 8px #28cbc3 !important;
|
|
|
|
box-shadow: 0 0 8px #28cbc3 !important;
|
|
|
|
margin: 1px;
|
|
|
|
background: rgba(0, 0, 0, .4);
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-input-placeholder,
|
|
|
|
::-moz-input-placeholder {
|
|
|
|
color: rgba(255,255,255,.2);
|
|
|
|
font-weight: normal;
|
2012-02-27 03:51:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
input.button {
|
|
|
|
margin: .5em 0;
|
2012-02-27 09:10:27 +01:00
|
|
|
padding: .6em 2em !important;
|
2012-02-27 03:51:07 +01:00
|
|
|
display: inline-block;
|
2012-02-27 08:38:26 +01:00
|
|
|
background-color: #28cbc3;
|
2012-02-27 03:51:07 +01:00
|
|
|
background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4)));
|
|
|
|
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
|
|
|
|
background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
|
|
|
|
background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
|
|
|
|
background-image: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
|
2012-02-27 08:38:26 +01:00
|
|
|
color: #082a28;
|
2012-02-27 09:10:27 +01:00
|
|
|
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 1px 0 rgba(255,255,255,.6);
|
|
|
|
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 1px 0 rgba(255,255,255,.6);
|
|
|
|
box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 1px 0 rgba(255,255,255,.6);
|
|
|
|
|
2012-02-27 08:38:26 +01:00
|
|
|
border: 1px solid #0b3836;
|
2012-02-27 03:51:07 +01:00
|
|
|
border-top-color: #000;
|
2012-02-27 08:38:26 +01:00
|
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.4);
|
|
|
|
border-radius: 5px;
|
|
|
|
font-size: .9em;
|
|
|
|
font-weight: bold;
|
2012-02-27 03:51:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
input.button:hover {
|
2012-02-27 08:38:26 +01:00
|
|
|
background-color: #2adbd4;
|
2012-02-27 03:51:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.edit-row input.text {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ============================================================== */
|
|
|
|
/* Admin Menu */
|
|
|
|
/* ============================================================== */
|
|
|
|
|
|
|
|
ul#admin_menu {
|
|
|
|
min-height: 10px;
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 2em;
|
2012-02-27 08:38:26 +01:00
|
|
|
position: relative;
|
2012-02-28 20:49:58 +01:00
|
|
|
background-color: rgba(0,0,0,.1);
|
|
|
|
background-image: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0.03) 53%,rgba(255,255,255,0) 54%,rgba(255,255,255,0) 100%);
|
|
|
|
background-image: -moz-linear-gradient(-45deg, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0.03) 53%,rgba(255,255,255,0) 54%,rgba(255,255,255,0) 100%);
|
|
|
|
background-image: -o-linear-gradient(-45deg, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0.03) 53%,rgba(255,255,255,0) 54%,rgba(255,255,255,0) 100%);
|
|
|
|
background-image: -ms-linear-gradient(-45deg, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0.03) 53%,rgba(255,255,255,0) 54%,rgba(255,255,255,0) 100%);
|
|
|
|
background-image: linear-gradient(-45deg, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0.03) 53%,rgba(255,255,255,0) 54%,rgba(255,255,255,0) 100%);
|
|
|
|
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
|
|
|
|
border: 1px solid #354143;
|
|
|
|
-webkit-box-shadow: 0 2px 5px #354143, inset 0 1px 0 rgba(255,255,255,.2);
|
|
|
|
-moz-box-shadow: 0 2px 5px #354143, inset 0 1px 0 rgba(255,255,255,.2);
|
|
|
|
box-shadow: 0 2px 5px #354143, inset 0 1px 0 rgba(255,255,255,.2);
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-02-27 08:38:26 +01:00
|
|
|
ul#admin_menu li {
|
2012-02-27 03:51:07 +01:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2012-02-27 08:38:26 +01:00
|
|
|
ul#admin_menu a {
|
2012-02-27 03:51:07 +01:00
|
|
|
padding: .5em 2em;
|
|
|
|
display: inline-block;
|
2012-02-28 20:49:58 +01:00
|
|
|
border-right: 1px solid rgba(255,255,255,.1);
|
|
|
|
box-shadow: inset -1px 0 0 #333e40;
|
|
|
|
width: 24%;
|
|
|
|
text-align: center;
|
|
|
|
font-size: .9em;
|
2012-02-27 03:51:07 +01:00
|
|
|
}
|
|
|
|
|
2012-02-28 20:49:58 +01:00
|
|
|
ul#admin_menu #admin_menu_plugins_link a {
|
|
|
|
border-right: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2012-02-27 08:38:26 +01:00
|
|
|
ul#admin_menu a:hover {
|
2012-02-27 09:10:27 +01:00
|
|
|
background: rgba(255,255,255,.1);
|
2012-02-27 08:38:26 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#admin_menu li,
|
|
|
|
ul#admin_menu a {
|
2012-02-27 03:51:07 +01:00
|
|
|
text-shadow: 0 1px 0 #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-02-27 08:38:26 +01:00
|
|
|
ul#admin_menu li#admin_menu_logout_link {
|
|
|
|
position: absolute;
|
|
|
|
top: -100%;
|
|
|
|
right: 0;
|
|
|
|
color: #191e1f;
|
|
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.1);
|
|
|
|
font-size: .8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#admin_menu li#admin_menu_logout_link a {
|
|
|
|
padding: .5em;
|
2012-02-28 20:49:58 +01:00
|
|
|
width: auto;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
li#admin_menu_help_link {
|
|
|
|
display: none !important;
|
2012-02-27 08:38:26 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 11:31:30 +01:00
|
|
|
|
|
|
|
.index #wrap > p {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
/* ============================================================== */
|
|
|
|
/* New URL */
|
|
|
|
/* ============================================================== */
|
|
|
|
|
2012-02-27 10:41:41 +01:00
|
|
|
#new_url,
|
|
|
|
div.share {
|
2012-02-27 03:51:07 +01:00
|
|
|
margin-bottom: 2em;
|
2012-02-27 09:10:27 +01:00
|
|
|
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.03) 0%, rgba(255,255,255,0.03) 40%, rgba(255,255,255,0) 41%, rgba(255,255,255,0) 100%);
|
|
|
|
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.03)), color-stop(40%,rgba(255,255,255,0.03)), color-stop(41%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
|
|
|
|
background-image: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0.03) 40%,rgba(255,255,255,0) 41%,rgba(255,255,255,0) 100%);
|
|
|
|
background-image: -o-linear-gradient(-45deg, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0.03) 40%,rgba(255,255,255,0) 41%,rgba(255,255,255,0) 100%);
|
|
|
|
background-image: -ms-linear-gradient(-45deg, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0.03) 40%,rgba(255,255,255,0) 41%,rgba(255,255,255,0) 100%);
|
|
|
|
background-image: linear-gradient(-45deg, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0.03) 40%,rgba(255,255,255,0) 41%,rgba(255,255,255,0) 100%);
|
2012-02-27 08:38:26 +01:00
|
|
|
border-radius: 5px;
|
|
|
|
border: 1px solid #354143;
|
2012-02-27 09:10:27 +01:00
|
|
|
box-shadow: 0 2px 5px #354143, inset 0 1px 0 rgba(255,255,255,.2);
|
2012-02-27 08:38:26 +01:00
|
|
|
margin-top: 2em;
|
2012-02-27 03:51:07 +01:00
|
|
|
}
|
|
|
|
|
2012-02-28 20:49:58 +01:00
|
|
|
#new_url {
|
|
|
|
margin: 4em 0;
|
|
|
|
}
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
#new_url div {
|
|
|
|
background: none;
|
|
|
|
padding: 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#new_url_form {
|
2012-02-27 10:18:46 +01:00
|
|
|
padding: 1em;
|
2012-02-27 03:51:07 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 08:38:26 +01:00
|
|
|
#new_url_form label {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#new_url div {
|
2012-02-27 10:18:46 +01:00
|
|
|
position: relative;
|
2012-02-27 08:38:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#new_url_form p {
|
|
|
|
margin-top: 0;
|
2012-02-27 10:18:46 +01:00
|
|
|
margin-bottom: .5em;
|
2012-02-27 03:51:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#new_url_form input {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
input#add-url {
|
2012-02-27 10:18:46 +01:00
|
|
|
width: 98%;
|
2012-02-27 03:51:07 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 08:38:26 +01:00
|
|
|
input#add-keyword {
|
2012-02-27 10:18:46 +01:00
|
|
|
width: 4em;
|
|
|
|
position: absolute;
|
|
|
|
bottom: .4em;
|
|
|
|
right: 0;
|
2012-02-27 08:38:26 +01:00
|
|
|
}
|
2012-02-27 03:51:07 +01:00
|
|
|
|
|
|
|
#new_url_form input.button {
|
2012-02-27 08:38:26 +01:00
|
|
|
clear: both;
|
2012-02-27 03:51:07 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 10:41:41 +01:00
|
|
|
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;
|
|
|
|
}
|
2012-02-27 03:51:07 +01:00
|
|
|
|
|
|
|
/* ============================================================== */
|
|
|
|
/* Main Table */
|
|
|
|
/* ============================================================== */
|
|
|
|
|
2012-02-27 10:18:46 +01:00
|
|
|
table {
|
|
|
|
border-spacing: 0;
|
2012-02-27 11:10:09 +01:00
|
|
|
width: 100%;
|
2012-02-27 10:18:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
table.tblSorter thead th.header,
|
|
|
|
table.tblSorter thead th#main_table_head_actions {
|
|
|
|
border-bottom: 1px solid #333;
|
|
|
|
}
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
table.tblSorter tbody td {
|
2012-02-27 10:18:46 +01:00
|
|
|
padding: 1.3em .3em;
|
|
|
|
border-bottom: 1px dashed #333;
|
|
|
|
border-top: 1px dashed rgba(255,255,255,.2);
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.tblSorter tbody tr:first-child td {
|
|
|
|
border-top: 1px solid rgba(255,255,255,.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.tblSorter tbody tr:last-child td {
|
|
|
|
border-bottom: 1px dashed #333;
|
2012-02-27 03:51:07 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 10:51:24 +01:00
|
|
|
table.tblSorter tfoot{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
table.tblSorter td.timestamp,
|
|
|
|
table.tblSorter td.ip {
|
|
|
|
font-size: .8em;
|
2012-02-27 09:10:27 +01:00
|
|
|
color: rgba(0,0,0,.5);
|
2012-02-27 03:51:07 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 09:10:27 +01:00
|
|
|
table.tblSorter td.timestamp:hover,
|
|
|
|
table.tblSorter td.ip:hover {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
table.tblSorter td.clicks {
|
|
|
|
font-size: 2em;
|
|
|
|
font-family: Georgia, serif;
|
|
|
|
font-style: italic;
|
|
|
|
padding: .3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* ============================================================== */
|
|
|
|
/* Global Footer */
|
|
|
|
/* ============================================================== */
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-02-27 11:10:09 +01:00
|
|
|
/* ============================================================== */
|
|
|
|
/* Stats */
|
|
|
|
/* ============================================================== */
|
|
|
|
|
2012-03-10 00:23:34 +01:00
|
|
|
body.infos h3 {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.infos h3 span.label {
|
2012-02-27 11:10:09 +01:00
|
|
|
width: 10em;
|
|
|
|
font-weight: normal;
|
2012-03-10 00:23:34 +01:00
|
|
|
font-size: .9em;
|
2012-02-27 11:10:09 +01:00
|
|
|
}
|
|
|
|
|
2012-03-10 00:23:34 +01:00
|
|
|
body.infos #informations + h3 img {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.infos #informations + h3 a:before {
|
|
|
|
color: #191e1f;
|
|
|
|
margin-right: .6em;
|
|
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-02-27 11:10:09 +01:00
|
|
|
#tabs ul#headers,
|
|
|
|
ul.toggle_display {
|
2012-03-10 00:23:34 +01:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat_tab h2 {
|
|
|
|
font-size: 1em;
|
|
|
|
font-weight: normal;
|
2012-02-27 11:24:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2012-02-27 11:10:09 +01:00
|
|
|
}
|
|
|
|
|
2012-03-10 00:23:34 +01:00
|
|
|
#tabs ul#headers li a {
|
|
|
|
padding: .3em .7em;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2012-02-27 11:10:09 +01:00
|
|
|
#tabs ul#headers li a,
|
|
|
|
#tabs ul#headers li a.selected,
|
|
|
|
#stats_lines li a,
|
|
|
|
#stats_lines li a.selected {
|
|
|
|
color: #28CBC3;
|
|
|
|
border: none;
|
|
|
|
background: transparent;
|
2012-02-27 11:24:41 +01:00
|
|
|
border: 1px solid transparent;
|
|
|
|
padding-bottom: 2px;
|
2012-02-27 11:10:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#tabs ul#headers li a.selected,
|
2012-02-27 11:24:41 +01:00
|
|
|
#stats_lines li a.selected {
|
2012-03-10 00:23:34 +01:00
|
|
|
background: rgba(0,0,0,.1);
|
|
|
|
border-radius: 20px;
|
2012-02-27 11:24:41 +01:00
|
|
|
border: 1px solid #354143;
|
2012-03-10 00:23:34 +01:00
|
|
|
box-shadow: 0 1px 0 rgba(255,255,255,.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabs ul#headers li a.selected h2,
|
|
|
|
#stats_lines li a.selected h2 {
|
|
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.2);
|
|
|
|
color: #191e1f;
|
2012-02-27 11:10:09 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 11:24:41 +01:00
|
|
|
#tabs ul#headers li a:hover {
|
2012-03-10 00:23:34 +01:00
|
|
|
background: rgba(0,0,0,.1);
|
|
|
|
border-radius: 20px;
|
2012-02-27 11:24:41 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 11:10:09 +01:00
|
|
|
#stats_lines li a.selected:hover {
|
|
|
|
background: rgba(255,255,255,.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabs ul#headers {
|
|
|
|
float: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabs ul#headers li a h2 {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
2012-02-27 11:24:41 +01:00
|
|
|
#historical_clicks li,
|
|
|
|
#historical_clicks li:hover {
|
|
|
|
background: none !important;
|
|
|
|
}
|
2012-02-27 07:52:46 +01:00
|
|
|
|
2012-03-10 00:23:34 +01:00
|
|
|
#stat_line_all {
|
|
|
|
margin-right: 23px;
|
|
|
|
}
|
|
|
|
|
2012-02-27 07:52:46 +01:00
|
|
|
/* ============================================================== */
|
|
|
|
/* Animations */
|
|
|
|
/* ============================================================== */
|
|
|
|
|
|
|
|
a,
|
2012-02-27 08:38:26 +01:00
|
|
|
input,
|
2012-02-27 10:18:46 +01:00
|
|
|
td,
|
2012-02-28 20:49:58 +01:00
|
|
|
#public footer p,
|
2012-02-27 12:49:54 +01:00
|
|
|
td.actions .button:before {
|
2012-02-27 07:52:46 +01:00
|
|
|
-webkit-transition: all .2s ease-in-out;
|
|
|
|
-moz-transition: all .2s ease-in-out;
|
|
|
|
-o-transition: all .2s ease-in-out;
|
|
|
|
-ms-transition: all .2s ease-in-out;
|
|
|
|
transition: all .2s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
/* ============================================================== */
|
|
|
|
/* Login */
|
|
|
|
/* ============================================================== */
|
|
|
|
|
|
|
|
#login {
|
|
|
|
width: auto;
|
|
|
|
max-width: 320px;
|
|
|
|
margin: 15% auto 0px auto;
|
|
|
|
}
|
|
|
|
|
2012-02-27 07:52:46 +01:00
|
|
|
#login:before {
|
|
|
|
content: "krt.mn";
|
|
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
|
|
font-weight: 100;
|
|
|
|
font-size: 3em;
|
|
|
|
border-bottom: 1px dashed #2f393b;
|
|
|
|
width: 100%;
|
|
|
|
padding-bottom: .5em;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
#login .text {
|
|
|
|
width: 94%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login p {
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login input.button {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
2012-02-28 20:49:58 +01:00
|
|
|
.error,
|
2012-02-27 07:52:46 +01:00
|
|
|
#login p.error {
|
|
|
|
text-align: center !important;
|
2012-02-27 03:51:07 +01:00
|
|
|
padding: 1em;
|
2012-02-28 20:49:58 +01:00
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
2012-02-27 03:51:07 +01:00
|
|
|
border-radius: 5px;
|
2012-02-28 20:49:58 +01:00
|
|
|
background-color: rgba(255, 238, 238, .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.03) 0%, rgba(255,255,255,0.03) 40%, rgba(255,255,255,0) 41%, rgba(255,255,255,0) 100%);
|
|
|
|
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.03)), color-stop(40%,rgba(255,255,255,0.03)), color-stop(41%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
|
|
|
|
background-image: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0.03) 40%,rgba(255,255,255,0) 41%,rgba(255,255,255,0) 100%);
|
|
|
|
background-image: -o-linear-gradient(-45deg, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0.03) 40%,rgba(255,255,255,0) 41%,rgba(255,255,255,0) 100%);
|
|
|
|
background-image: -ms-linear-gradient(-45deg, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0.03) 40%,rgba(255,255,255,0) 41%,rgba(255,255,255,0) 100%);
|
|
|
|
background-image: linear-gradient(-45deg, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0.03) 40%,rgba(255,255,255,0) 41%,rgba(255,255,255,0) 100%);
|
|
|
|
border: 1px solid #354143;
|
|
|
|
-webkit-box-shadow: 0 2px 5px #354143, inset 0 1px 0 rgba(255,255,255,.2);
|
|
|
|
-moz-box-shadow: 0 2px 5px #354143, inset 0 1px 0 rgba(255,255,255,.2);
|
|
|
|
box-shadow: 0 2px 5px #354143, inset 0 1px 0 rgba(255,255,255,.2);
|
|
|
|
|
|
|
|
color: #401c1c;
|
|
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.2), 0 0 5px rgba(139, 60, 62, .7);
|
2012-02-27 03:51:07 +01:00
|
|
|
}
|
|
|
|
|
2012-02-28 20:49:58 +01:00
|
|
|
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
|
|
|
|
/* ============================================================== */
|
|
|
|
/* Public Page */
|
|
|
|
/* ============================================================== */
|
|
|
|
|
|
|
|
body#public {
|
2012-02-27 09:10:27 +01:00
|
|
|
text-align: center;
|
2012-02-27 03:51:07 +01:00
|
|
|
max-width: 600px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 5%;
|
2012-02-26 05:30:58 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 12:17:57 +01:00
|
|
|
#public h1,
|
|
|
|
#public h1 a {
|
2012-02-26 05:30:58 +01:00
|
|
|
font-weight: 100;
|
|
|
|
font-style: normal;
|
|
|
|
margin-bottom: 0;
|
|
|
|
line-height: 1em;
|
2012-02-27 12:17:57 +01:00
|
|
|
cursor: default;
|
2012-02-26 05:30:58 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
#public header h1 {
|
2012-02-26 05:30:58 +01:00
|
|
|
font-size: 6em;
|
2012-02-27 10:18:46 +01:00
|
|
|
font-family: 'Lato', sans-serif;
|
|
|
|
font-weight: 100;
|
|
|
|
font-style: normal;
|
2012-02-26 05:30:58 +01:00
|
|
|
margin-bottom: 30px;
|
2012-02-27 12:49:54 +01:00
|
|
|
margin-top: 0;
|
2012-02-26 05:30:58 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
#public article,
|
|
|
|
#public footer {
|
2012-02-26 05:30:58 +01:00
|
|
|
position: relative;
|
|
|
|
border-top: 1px dashed rgba(255,255,255,.2);
|
|
|
|
}
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
#public article:before,
|
2012-02-28 20:49:58 +01:00
|
|
|
#public footer:before {
|
2012-02-26 05:30:58 +01:00
|
|
|
content: "";
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: -2px;
|
|
|
|
border-top: 1px dashed #2f393b;
|
|
|
|
}
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
#public footer {
|
2012-02-26 05:30:58 +01:00
|
|
|
padding-top: 1em;
|
2012-02-27 10:18:46 +01:00
|
|
|
font-size: .8em;
|
2012-02-28 20:49:58 +01:00
|
|
|
|
2012-02-26 05:30:58 +01:00
|
|
|
}
|
2012-02-27 10:18:46 +01:00
|
|
|
|
2012-02-27 13:05:52 +01:00
|
|
|
#public footer p {
|
|
|
|
margin: 0;
|
|
|
|
font-size: .9em;
|
|
|
|
line-height: 1.4em;
|
2012-02-28 20:49:58 +01:00
|
|
|
opacity: .5;
|
2012-02-27 13:05:52 +01:00
|
|
|
}
|
|
|
|
|
2012-02-28 20:49:58 +01:00
|
|
|
#public footer:hover p {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2012-02-27 03:51:07 +01:00
|
|
|
#public article p {
|
2012-02-26 05:30:58 +01:00
|
|
|
margin: 1em 0;
|
2012-02-27 10:18:46 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 13:19:44 +01:00
|
|
|
#public article a .title {
|
|
|
|
color: #a8b5b9;
|
|
|
|
margin-left: .5em;
|
|
|
|
}
|
|
|
|
|
2012-02-27 10:18:46 +01:00
|
|
|
|
|
|
|
@media only screen and (max-width: 600px){
|
|
|
|
|
|
|
|
table,
|
|
|
|
table tbody,
|
|
|
|
table tr,
|
|
|
|
table td,
|
|
|
|
table a {
|
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
width: auto !important;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
background-color: transparent ;
|
|
|
|
}
|
|
|
|
|
|
|
|
table tr {
|
|
|
|
position: relative;
|
|
|
|
padding: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
tbody td {
|
|
|
|
padding-top: 0 !important;
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
thead,
|
|
|
|
tfoot,
|
|
|
|
table br {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.tblSorter tbody tr:hover td,
|
|
|
|
.sub_wrap span,
|
|
|
|
tt,
|
|
|
|
code,
|
|
|
|
table.tblSorter thead tr .headerSortDown, table.tblSorter thead tr .headerSortUp,
|
|
|
|
tr.edit-row td,
|
|
|
|
a.bookmarklet {
|
|
|
|
background: transparent !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.tblSorter tbody td,
|
|
|
|
table.tblSorter tbody tr:first-child td,
|
|
|
|
table.tblSorter tbody tr:last-child td {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.tblSorter tbody tr {
|
|
|
|
border-bottom: 1px dashed #333;
|
|
|
|
border-top: 1px dashed rgba(255,255,255,.2);
|
|
|
|
}
|
|
|
|
|
2012-02-27 10:41:41 +01:00
|
|
|
table.tblSorter tbody tr:first-child {
|
|
|
|
border-top: 1px solid #333;
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
|
|
|
|
}
|
|
|
|
|
2012-02-27 10:18:46 +01:00
|
|
|
table.tblSorter td.keyword a {
|
|
|
|
display: inline-block;
|
|
|
|
background: rgba(0, 0, 0, .1);
|
|
|
|
padding: .3em 1em;
|
|
|
|
margin-bottom: .5em;
|
|
|
|
border-radius: 5px;
|
|
|
|
border-bottom: 1px solid rgba(255,255,255,.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.tblSorter td.timestamp,
|
|
|
|
table.tblSorter td.ip {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.tblSorter td.clicks {
|
|
|
|
position: absolute;
|
|
|
|
top: 1em;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.tblSorter td.actions {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.actions .button {
|
|
|
|
width: 32px !important;
|
|
|
|
height: 32px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
input#add-url {
|
|
|
|
width: 94%;
|
|
|
|
}
|
|
|
|
|
2012-02-28 20:54:26 +01:00
|
|
|
ul#admin_menu {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2012-02-27 10:18:46 +01:00
|
|
|
ul#admin_menu a {
|
2012-02-28 20:49:58 +01:00
|
|
|
padding: .1em;
|
|
|
|
font-size: .7em;
|
|
|
|
width: 32.6%;
|
2012-02-27 10:18:46 +01:00
|
|
|
}
|
|
|
|
|
2012-02-28 20:49:58 +01:00
|
|
|
#admin_menu li.admin_menu_toplevel a:before {
|
|
|
|
margin-left: -10px;
|
|
|
|
margin-right: .1em;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2012-02-27 10:18:46 +01:00
|
|
|
ul#admin_menu li#admin_menu_logout_link {
|
|
|
|
position: absolute;
|
|
|
|
top: -2.2em;
|
|
|
|
right: 0;
|
|
|
|
color: #191e1f;
|
|
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.1);
|
|
|
|
font-size: .8em;
|
|
|
|
}
|
2012-02-28 20:49:58 +01:00
|
|
|
|
|
|
|
ul#admin_menu li#admin_menu_logout_link a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2012-02-27 10:18:46 +01:00
|
|
|
|
2012-02-27 10:41:41 +01:00
|
|
|
#new_url {
|
2012-02-28 20:54:26 +01:00
|
|
|
margin-bottom: 2em;
|
|
|
|
margin-top: 0;
|
2012-02-27 10:41:41 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 10:43:16 +01:00
|
|
|
div.share,
|
|
|
|
#sharebox {
|
2012-02-27 10:41:41 +01:00
|
|
|
margin: .5em 0 !important;
|
|
|
|
float: none;
|
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
|
2012-02-27 12:49:54 +01:00
|
|
|
table.tblSorter tbody td.actions {
|
|
|
|
margin-top: 1em !important;
|
|
|
|
}
|
|
|
|
|
2012-02-27 09:10:27 +01:00
|
|
|
}
|