diff options
author | Arun Persaud <arun@nubati.net> | 2012-10-06 00:19:12 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2012-10-06 00:19:12 -0700 |
commit | 293b20963f2bbf0cfca1a146506d65d615b01c2c (patch) | |
tree | 6bc70a842bd4ba68a28645de1b2b85f3d8c68dad /css | |
parent | 494ee831e66d59afbf02d42ba59b7ba21f61c011 (diff) | |
download | e-DoKo-293b20963f2bbf0cfca1a146506d65d615b01c2c.tar.gz e-DoKo-293b20963f2bbf0cfca1a146506d65d615b01c2c.tar.bz2 e-DoKo-293b20963f2bbf0cfca1a146506d65d615b01c2c.zip |
starting to bootstrap the layout: navbar and tricks
- changing the tricks-selector to a paginator and fixing the js for highlighting
- adding a navbar using bootstrap, probably should use .wrap more instead of adding divs to the code
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.less | 33 |
1 files changed, 5 insertions, 28 deletions
diff --git a/css/standard.less b/css/standard.less index 3c5a9bc..5383d30 100644 --- a/css/standard.less +++ b/css/standard.less @@ -17,7 +17,7 @@ * */ -body { background-color: #ddd; } +body { background-color: #ddd; padding-top:40px} /* the header, footer, etc */ header { @@ -51,13 +51,6 @@ footer { footer .right { text-align:right; font-size:smaller;} footer .left { float:left; font-size:smaller;} -.status { - position:absolute; - right:4em; - top:0.1em; - font-size: smaller; -} - .WIP { background-color: #efaaaa; text-size: larger; @@ -263,25 +256,6 @@ div span.numberoftricks { /* display the card tricks */ -ul.tricks { - text-align:center; - list-style:none; - margin:0px; - padding:3px; - padding-bottom:3px; - border-bottom:1px solid #444; -} -ul.tricks a { text-decoration:none; color:#000;} -ul.tricks li { - /*background-color:blue;*/ - padding:0.1em; - margin:0.2em 0.5em; - display:inline; -} -ul.tricks li.old { background-color:#fff; } -ul.tricks li a:hover { background-color: #bbb;} -ul.tricks li.nohighlight a:hover { background-color: #fff;} - div.tricks { position: absolute; top: 0; @@ -806,7 +780,7 @@ header, footer { border-top: 1px solid gray; } -.session div.sessionscore div, .status { +.session div.sessionscore div { right:0em; } @@ -849,4 +823,7 @@ header, footer { text-align: right; font-size: smaller; } +} +.pagination { + text-align:center; }
\ No newline at end of file |