diff options
author | Renard | 2020-03-29 12:50:32 -0300 |
---|---|---|
committer | Renard | 2020-03-29 12:50:32 -0300 |
commit | 54e49553d94f599e1956d0a81a2225de44f94a14 (patch) | |
tree | 6b8ab5f706ffe4c2ed4143a53d725634afb631e0 /static/css/ib.css | |
parent | 2687b4fdf35d146329290bda925ba75feefd4a7b (diff) | |
download | weabot-54e49553d94f599e1956d0a81a2225de44f94a14.tar.gz weabot-54e49553d94f599e1956d0a81a2225de44f94a14.tar.xz weabot-54e49553d94f599e1956d0a81a2225de44f94a14.zip |
CSS: managetable
Diffstat (limited to 'static/css/ib.css')
-rw-r--r-- | static/css/ib.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/ib.css b/static/css/ib.css index 5a2bf4d..4b0bbaa 100644 --- a/static/css/ib.css +++ b/static/css/ib.css @@ -52,6 +52,9 @@ input[type="text"],input[type="password"],textarea{background:#FFF;border:1px in .userdel{float:right;text-align:center;white-space:nowrap} .footer{clear:both;margin-top:8px;text-align:center} .managertable th,.managertable td{padding:3px} +.managertable .recentPostHeader{display: block;font-size: 0.9em;padding-bottom: 0.25em;opacity: 65%;} +.managertable .message{display: block;font-family: Mona,Monapo,IPAMonaPGothic,'MS PGothic',YOzFontAA97;} +.managertable .actions{display: block;margin-top: 0.5em;font-size: 0.75em;} #q-p{position:absolute;border:1px dotted gray} .selector{font-size: 10pt} @media(max-width:900px){.thread{margin-right:0}} |