X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4395564bb09e6b7d74cae3421f6342dd546b5619..210e62452e0e9f26f3e006c874b66ac44005d492:/redakcja/static/css/filelist.css diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css index 4aead730..c347679c 100644 --- a/redakcja/static/css/filelist.css +++ b/redakcja/static/css/filelist.css @@ -46,7 +46,7 @@ td { margin-bottom: -1px; border-width: 1px; border-style: solid; - border-color: rgba(0,0,0,0); + border-color: transparent; } #tabs-nav-left .active { @@ -66,6 +66,10 @@ td { .editable input, .editable select, .editable textarea { width: 400px; } +.editable .number-input { + width: 100px; +} + #login-box { float: right; @@ -107,7 +111,7 @@ td { #last-edited-list .date { font-size: 70%; - color: grey; + color: #808080; } a, a:visited, a:active { @@ -180,3 +184,43 @@ a:hover { .book-list-user .user-column { display: none; } + + +/* wall */ +.wall { + padding-left: 0; + list-style: none; +} + +.wall li { + clear: left; + border-top: 1px dotted gray; + padding: 0 1em 2em 1em; + margin-bottom: 0; +} + +.wall .gravatar { + float: left; + margin-right: 1em; + margin-left: -1em; +} +.wall h3 { + font-size: 1.25em; + margin-top: 0; +} + +.wall .time { + /* float:right; */ +} + +.wall .anonymous { + background-color: #efa; +} + +.wall .comment { + background-color: #dfc; +} + +.wall .publish { + background-color: #fdc; +} \ No newline at end of file