Spaces:
Runtime error
Runtime error
File size: 2,189 Bytes
c2ea21f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
.navbar-inner a i {
margin-top: 4px;
}
.box-header h2 i {
margin-top: 1px;
}
.todo-actions i {
margin: 2px 5px 0px 5px;
}
.message .header i {
margin-top: 3px;
}
.container-fluid-full {
overflow: hidden;
position: relative;
height: 100%;
}
#content {
width: 85.578%;
padding: 28px;
margin: 0px 0px;
margin-left: 14.422% !important;
}
#sidebar-left {
background: #3D3D3D;
margin-left: 0px !important;
position: absolute;
height: 100%;
}
hr {
height: 2px;
border: none;
background: #f9f9f9;
}
.dark {
right: -12px;
}
footer {
margin: 0px 0px 0px 0px;
padding: 10px 20px;
}
.hideInIE8 {
display: none;
}
.task .time .date {
font-size: 14px;
margin-bottom: 5px;
}
.statbox .footer {
background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FFFFFF,endColorstr=#19FFFFFF);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FFFFFF,endColorstr=#19FFFFFF);
zoom: 1;
}
.statbox .footer:hover {
background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
zoom: 1;
}
.sidebar-nav > ul > li > ul {
background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000);
zoom: 1;
}
.verticalChart .singleBar .bar .value span{
color: #000;
}
.verticalChart .singleBar .bar {
background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
zoom: 1;
}
ul.chat.metro li .message {
background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#44000000,endColorstr=#44000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#44000000,endColorstr=#44000000);
zoom: 1;
border: 0px;
}
ul.chat.metro li.left .message .arrow {
left: -20px;
}
ul.chat.metro li.right .message .arrow {
right: -20px;
} |