diff options
| author | 2013-04-13 13:15:55 +0200 | |
|---|---|---|
| committer | 2013-04-13 13:15:55 +0200 | |
| commit | 627700648ba3f144afa9294afe1f9c51b0018ad7 (patch) | |
| tree | f8ad7656322289c941ab0b2320b3d5de62216713 /public/theme/global.css | |
| parent | c2bf3ead8ae15288eb99c82643fb0cbd595e1454 (diff) | |
Déplacement du bouton pour voir les flux RSS
Diffstat (limited to 'public/theme/global.css')
| -rw-r--r-- | public/theme/global.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/theme/global.css b/public/theme/global.css index e44cda059..e4c503dfc 100644 --- a/public/theme/global.css +++ b/public/theme/global.css @@ -143,6 +143,9 @@ input, select, textarea { .stick input:first-child { border-radius: 3px 0 0 3px; } + .stick .btn.btn-important:first-child { + border-right: 1px solid #06f; + } .stick .btn:last-child, .stick input:last-child { border-radius: 0 3px 3px 0; |
