From 376e916c1872390a78ae589c835ce015fec11720 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Sat, 23 Feb 2013 13:20:49 +0100 Subject: Split up CSS for clarity --- hyperkitty/static/css/hyperkitty-base.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 hyperkitty/static/css/hyperkitty-base.css (limited to 'hyperkitty/static/css/hyperkitty-base.css') diff --git a/hyperkitty/static/css/hyperkitty-base.css b/hyperkitty/static/css/hyperkitty-base.css new file mode 100644 index 0000000..9d17e55 --- /dev/null +++ b/hyperkitty/static/css/hyperkitty-base.css @@ -0,0 +1,30 @@ +body { + position: relative; + padding-top: 70px; + background-color: white; +} + +ul.nav.auth { + float: right; + margin: 0; +} + + +/* Search box */ + +#searchbox { + text-align:right; + padding-right: 20px; +} + +#searchbox input { + width: 250px +} + +#searchbox input::-webkit-input-placeholder { + font-style: italic; +} + +#searchbox input:-moz-placeholder { + font-style: italic; +} -- cgit