Added relative/absolute/since time selector. Moved refresh func out to panel

This commit is contained in:
Rashid Khan
2013-02-04 17:05:36 -07:00
parent a73242cae5
commit 834e63a123
21 changed files with 2004 additions and 473 deletions
+29
View File
@@ -22,4 +22,33 @@
.pointer {
cursor: pointer;
}
.small {
font-size: 85%;
}
.nomargin {
margin: 0px;
}
.strong {
font-weight: bold;
}
.btn-active {
background-color: #E6E6E6;
background-image: none;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
outline: 0 none
}
.popover-title { display: none; }
.input-smaller {
width: 75px;
}
.tiny {
font-size: 50%;
}