From ccd871c1950ee174aae1a6dfc00053ddacdad39f Mon Sep 17 00:00:00 2001 From: czaks Date: Thu, 9 Oct 2014 01:01:41 +0200 Subject: [PATCH] missed ban-list.css from banlist commit --- stylesheets/mod/ban-list.css | 61 ++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 stylesheets/mod/ban-list.css diff --git a/stylesheets/mod/ban-list.css b/stylesheets/mod/ban-list.css new file mode 100644 index 00000000..6115b4b9 --- /dev/null +++ b/stylesheets/mod/ban-list.css @@ -0,0 +1,61 @@ +#banlist { + clear: left; +} +#banlist th { + text-align: center; +} +#banlist th, #banlist td { + margin: 2px; + padding: 2px; + overflow: hidden; +} +#banlist td:hover { + overflow: visible; + height: auto !important; + background-color: white; + z-index: 1; + position: relative; + border: 1px solid black; + padding: 1px; +} +.banlist-opts { +} +.banlist-opts .checkboxes { + float: left; + width: 50%; +} +.banlist-opts .checkboxes label { + display: block; + color: black; +} +.banlist-opts .buttons { + float: left; + width: 50%; +} +.banlist-opts .buttons * { + display: inline-block; + width: 49%; + font-size: 18pt; +} + +tr.tblhead { + display: block; + box-sizing: border-box; + clear: left; + width: 100%; +} +tr.tblhead > th { + display: block; + box-sizing: border-box; + float: left; + padding: 0; + color: black; +} +tr.tblhead > th.sortable { + cursor: pointer; +} + + +body { + min-width: 980px; +}