X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f4921ca797953ddab6b35786864b2dd523190503..d3802aac61418039b0951f7fcfdd3dcc1ae299af:/redakcja/static/css/filelist.css diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css index f6f55d7a..e20296c9 100644 --- a/redakcja/static/css/filelist.css +++ b/redakcja/static/css/filelist.css @@ -7,40 +7,69 @@ */ body { - background-color: #84BF2A; + margin: 0; + font-family: verdana, sans-serif; + font-size: 10px; } -#content { - background: #EFEFEF; - border: 1px solid black; - padding: 0.5em 2em; - margin: 1em; - overflow: hidden; + +.clr { + clear: both; +} + +#tabs-nav { + padding: 5px 5px 0 10px; + background: #ffdfbf; + border-bottom: 1px solid #ff8000; + position: relative; } -#content h1 img { - vertical-align: middle; +#tabs-nav-left { + margin-left: 60px; } -#content h1 { - border-bottom: 2px solid black; - padding: 0.5em; - font-size: 2opt; - font-family: sans-serif; +#tabs-nav-left a { + display: block; + float: left; + padding: 5px 20px 5px 20px; + margin-bottom: -1px; + border-width: 1px; + border-style: solid; + border-color: rgba(0,0,0,0); +} + +#tabs-nav-left .active { + background: white; + border-color: #ff8000 #ff8000 white #ff8000; +} + +#login-box { + float: right; +} + +#logo { + position: absolute; + bottom: 0; +} + +#content { + padding: 10px; } -#file-list { + + +#catalogue_layout_left_column { overflow: visible; float: left; - max-width: 50%; + max-width: 60%; padding-right: 2%; border-right: 1px dashed black; } -#last-edited-list { +#catalogue_layout_right_column { float: left; - max-width: 35%; + max-width: 30%; margin-left: 5%; } @@ -58,7 +87,7 @@ body { } a, a:visited, a:active { - color: blue; + color: #bf6000; text-decoration: none; } @@ -67,9 +96,6 @@ a:hover { } -#loading-overlay { - display: none; -} .error { color: red; @@ -90,14 +116,12 @@ a:hover { .chunkno { font-size: .7em; + padding-left: 2em; } td { vertical-align: top; } -.chunk-list { - padding-left: 2em; -} .fix { @@ -143,3 +167,14 @@ td { #publish-button:active { background: -moz-linear-gradient(top, #88f, #fff); } + + +/* book list */ + +.book-search-column input { + width: 96%; +} + +.book-list-user .user-column { + display: none; +}