diff options
| author | 2013-03-17 00:01:40 +0100 | |
|---|---|---|
| committer | 2013-03-17 00:01:40 +0100 | |
| commit | d63eddf0c5a563d11c880bb700dafc889ee87a3d (patch) | |
| tree | 17a2d4f788850684e73b8229e57efefeda9a121a /public/theme/base.css | |
| parent | 81eab003ef3ff845da46f85c56850a76f2d16bb8 (diff) | |
Ajout d'options : possibilité de changer l'ordre des articles + possibilité de marquer comme lu au choix : tous, antérieurs à 1 jour, antérieurs à 1 semaine
Diffstat (limited to 'public/theme/base.css')
| -rw-r--r-- | public/theme/base.css | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/public/theme/base.css b/public/theme/base.css index 4011ee523..b3295cdd4 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -117,6 +117,7 @@ input { } .stick { + display: inline-block; white-space: nowrap; font-size: 0px; vertical-align: middle; @@ -137,15 +138,23 @@ input { .stick input:last-child { border-radius: 0 3px 3px 0; } - .stick .btn+.btn, - .stick .btn+input, - .stick input+.btn, - .stick input+input { + .stick .btn + .btn, + .stick .btn + input, + .stick input + .btn, + .stick input + input { border-left: none; } - .stick input+.btn { + .stick input + .btn { border-top: 1px solid #bbb; } + .stick .btn + .dropdown > .btn { + border-left: none; + border-radius: 0 3px 3px 0; + font-size: 0px; + } + .stick .btn + .dropdown a { + font-size: 12px; + } .btn { display: inline-block; @@ -284,7 +293,7 @@ input { .dropdown .dropdown-menu { display: none; min-width: 200px; - margin: -1px 0 0; + margin: 5px 0 0; padding: 5px 0; position: absolute; right: 0px; |
