mirror of
https://github.com/Screenly/Anthias.git
synced 2026-05-04 21:33:48 -04:00
Without this fix, regular text such as the start and end date for an asset, wouldn't be vertically aligned with text in controls such as the "On" and "Off" in the switch. This fix aligns the text vertically with both control text and button icons.
93 lines
2.4 KiB
CSS
93 lines
2.4 KiB
CSS
body {
|
|
margin-top: 60px;
|
|
margin-bottom: 60px; }
|
|
|
|
.navbar .container ul.nav li > a {
|
|
text-shadow: 0 1px 0 black; }
|
|
.navbar .container a.brand {
|
|
text-shadow: 0 1px 0 black; }
|
|
.navbar .container a.brand span {
|
|
font-size: 15px; }
|
|
.navbar .container li.update-available a {
|
|
font-weight: bold;
|
|
text-shadow: #555555 0px 1px 1px !important; }
|
|
|
|
#footer {
|
|
height: 40px;
|
|
background: url(../img/wireload-bg.jpeg);
|
|
border-top: 1px #cccccc solid;
|
|
-webkit-box-shadow: 0 -2px 9px rgba(0, 0, 0, 0.05);
|
|
-moz-box-shadow: 0 -2px 9px rgba(0, 0, 0, 0.05);
|
|
box-shadow: 0 -2px 9px rgba(0, 0, 0, 0.05);
|
|
opacity: 0.9;
|
|
z-index: 10;
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
text-shadow: white 0px 1px 1px; }
|
|
#footer .container {
|
|
position: relative; }
|
|
#footer .container #wireload-logo {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 10px; }
|
|
#footer .container .copy {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 10px;
|
|
color: #535d79;
|
|
font-size: 12px; }
|
|
|
|
h1.page-header .pull-right {
|
|
font-weight: normal; }
|
|
|
|
section .header {
|
|
background: #0b7eff;
|
|
color: #fff;
|
|
padding: 6px 9px;
|
|
margin-bottom: 9px;
|
|
background-color: #0678f9;
|
|
background-image: -moz-linear-gradient(top, #0b7eff, #0071f1);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b7eff), to(#0071f1));
|
|
background-image: -webkit-linear-gradient(top, #0b7eff, #0071f1);
|
|
background-image: -o-linear-gradient(top, #0b7eff, #0071f1);
|
|
background-image: linear-gradient(to bottom, #0b7eff, #0071f1);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0B7EFF', endColorstr='#FF0071F1', GradientType=0);
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
|
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
|
font-weight: bold;
|
|
text-shadow: #555555 0px 1px 1px !important;
|
|
text-transform: uppercase; }
|
|
|
|
.modal form {
|
|
margin-bottom: 0; }
|
|
|
|
.popover .popover-title {
|
|
font-weight: bold; }
|
|
.popover .btn-large {
|
|
width: 60px; }
|
|
|
|
#request-error {
|
|
z-index: 10000; }
|
|
#request-error .alert {
|
|
position: fixed;
|
|
margin-left: 240px;
|
|
margin-top: 2px; }
|
|
|
|
#add-form .progress {
|
|
margin-top: 4px;
|
|
margin-bottom: 0px;
|
|
width: 69%; }
|
|
#add-form .uri-text {
|
|
padding-top: 5px;
|
|
margin-left: 0px;
|
|
overflow: hidden; }
|
|
|
|
#assets table td {
|
|
line-height: 30px; }
|