Feature: New Theme

New icon, theme, and fuzzy time. Add moment.js
This commit is contained in:
Gary Sharp
2013-12-24 14:15:07 +11:00
parent ec118a3395
commit f1ee2937cd
216 changed files with 7816 additions and 1948 deletions
+7 -7
View File
@@ -112,7 +112,7 @@
/*jQuery Tab Extensions*/
border-radius: 0;
background-image: none;
background-color: #fff;
background-color: @white;
border: none;
padding: 0;
@@ -155,7 +155,7 @@
#Device_Show_Policies_Profile_Actions_Update_Dialog, #Device_Show_Policies_Batch_Actions_Update_Dialog {
ul {
li {
background-color: #fff;
background-color: @white;
padding: 2px 0;
&:nth-child(odd) {
@@ -217,7 +217,7 @@
#Attachments {
padding: 0;
border: 1px solid @SubtleBorderColour;
background-color: #fff;
background-color: @white;
div.attachmentOutput {
height: 115px;
@@ -232,8 +232,8 @@
padding: 2px;
margin: 2px;
font-size: 0.9em;
border: 1px solid #fff;
color: #000;
border: 1px solid @white;
color: @black;
text-decoration: none;
span.comments, span.author, span.timestamp {
@@ -294,7 +294,7 @@
div.attachmentInput {
border-top: 1px solid @SubtleBorderColour;
height: 40px;
background-color: #fff;
background-color: @white;
padding: 3px;
span.action {
@@ -304,7 +304,7 @@
width: 32px;
cursor: pointer;
float: right;
border: 1px solid #fff;
border: 1px solid @white;
padding: 3px;
background-repeat: no-repeat;
background-position: 2px 3px;