mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
move css around
This commit moves the font-size declaration from the common box CSS to only affecting the "loading" box.
This commit is contained in:
parent
9b191bc89a
commit
3cdaa4b9a6
@ -12,7 +12,6 @@
|
|||||||
background:rgba(43,43,43,0.8);
|
background:rgba(43,43,43,0.8);
|
||||||
color:#85bf25;
|
color:#85bf25;
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
font-size:12px;
|
|
||||||
font-weight:700;
|
font-weight:700;
|
||||||
padding:20px;
|
padding:20px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
@ -29,6 +28,7 @@
|
|||||||
|
|
||||||
#loading {
|
#loading {
|
||||||
left:0;
|
left:0;
|
||||||
|
font-size:12px;
|
||||||
border-bottom-right-radius:5px;
|
border-bottom-right-radius:5px;
|
||||||
border-top-right-radius:5px;
|
border-top-right-radius:5px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user