mirror of https://github.com/calzoneman/sync.git
Update css
This commit is contained in:
parent
fb1636552b
commit
207ad43140
|
@ -41,15 +41,6 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#chatheader, #currenttitle {
|
|
||||||
border: 1px solid #cccccc;
|
|
||||||
border-bottom-width: 0;
|
|
||||||
border-radius: 5px;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#chatline, #guestlogin > input, #guestlogin > .input-group-addon {
|
#chatline, #guestlogin > input, #guestlogin > .input-group-addon {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
@ -168,14 +159,6 @@
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.queue_entry {
|
|
||||||
line-height: 22px;
|
|
||||||
padding: 2px;
|
|
||||||
font-size: 8pt;
|
|
||||||
border: 1px solid #aaaaaa;
|
|
||||||
border-top-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.queue_temp {
|
.queue_temp {
|
||||||
background-image: url(/img/stripe-diagonal.png);
|
background-image: url(/img/stripe-diagonal.png);
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,4 +59,20 @@ footer {
|
||||||
|
|
||||||
#userlist, #messagebuffer {
|
#userlist, #messagebuffer {
|
||||||
border: 1px solid #aaaaaa;
|
border: 1px solid #aaaaaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chatheader, #currenttitle {
|
||||||
|
border: 1px solid #cccccc;
|
||||||
|
border-bottom-width: 0;
|
||||||
|
border-radius: 5px;
|
||||||
|
border-bottom-left-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.queue_entry {
|
||||||
|
line-height: 22px;
|
||||||
|
padding: 2px;
|
||||||
|
font-size: 8pt;
|
||||||
|
border: 1px solid #aaaaaa;
|
||||||
|
border-top-width: 0;
|
||||||
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -53,4 +53,20 @@ footer {
|
||||||
|
|
||||||
#userlist, #messagebuffer {
|
#userlist, #messagebuffer {
|
||||||
border: 1px solid #aaaaaa;
|
border: 1px solid #aaaaaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chatheader, #currenttitle {
|
||||||
|
border: 1px solid #cccccc;
|
||||||
|
border-bottom-width: 0;
|
||||||
|
border-radius: 5px;
|
||||||
|
border-bottom-left-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.queue_entry {
|
||||||
|
line-height: 22px;
|
||||||
|
padding: 2px;
|
||||||
|
font-size: 8pt;
|
||||||
|
border: 1px solid #aaaaaa;
|
||||||
|
border-top-width: 0;
|
||||||
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue