X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/9249e6ddc35e7cc7077fa5035fbc27397fbb70a9..d3802aac61418039b0951f7fcfdd3dcc1ae299af:/redakcja/static/css/filelist.css diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css index 61e6af22..e20296c9 100644 --- a/redakcja/static/css/filelist.css +++ b/redakcja/static/css/filelist.css @@ -9,7 +9,7 @@ body { margin: 0; font-family: verdana, sans-serif; - font-size: 12px; + font-size: 10px; } @@ -58,18 +58,18 @@ body { -#wiki_layout_left_column { +#catalogue_layout_left_column { overflow: visible; float: left; - /*max-width: 50%;*/ + max-width: 60%; padding-right: 2%; border-right: 1px dashed black; } -#wiki_layout_right_column { +#catalogue_layout_right_column { float: left; - max-width: 35%; + max-width: 30%; margin-left: 5%; } @@ -167,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; +}