Update css
This commit is contained in:
parent
fb1636552b
commit
207ad43140
|
@ -41,15 +41,6 @@
|
|||
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 {
|
||||
margin-top: 0;
|
||||
border-top-left-radius: 0;
|
||||
|
@ -168,14 +159,6 @@
|
|||
float: right;
|
||||
}
|
||||
|
||||
.queue_entry {
|
||||
line-height: 22px;
|
||||
padding: 2px;
|
||||
font-size: 8pt;
|
||||
border: 1px solid #aaaaaa;
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.queue_temp {
|
||||
background-image: url(/img/stripe-diagonal.png);
|
||||
}
|
||||
|
|
16
www/css/themes/bootstrap-theme.min.css
vendored
16
www/css/themes/bootstrap-theme.min.css
vendored
|
@ -60,3 +60,19 @@ footer {
|
|||
#userlist, #messagebuffer {
|
||||
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
|
@ -54,3 +54,19 @@ footer {
|
|||
#userlist, #messagebuffer {
|
||||
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 a new issue