forked from robbiegd/ticketdesk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
49 lines (48 loc) · 1.02 KB
/
style.css
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
#newTicket {
margin: 10px auto;
float:left;
width: 50%;
}
#recentTickets {
margin: 10px 0 0 51%;
width: 49%;
//display:none;
}
#content {
width:95%;
margin: 90px auto;
display:table;
}
#totals {
position:absolute;
bottom:0;
right:20px;
}
#displayTickets {
}
.subMenu {
top:38px;
margin-bottom:-50px;
height:38px;
min-height:0px;
padding:0px;
z-index:100;
}
.submenu > .navbar-inner .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus {
height:38px;
}
.verticalonly{
width:100%;
resize:vertical;
}
#loginPanel {
margin:2em;
}
body {
background: blue; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#0099ff, #4db8ff); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#0099ff, #4db8ff); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#0099ff, #4db8ff); /* For Firefox 3.6 to 15 */
background: linear-gradient(#0099ff, #4db8ff); /* Standard syntax */
}