diff options
| author | 2013-03-19 23:02:21 +0100 | |
|---|---|---|
| committer | 2013-03-19 23:02:21 +0100 | |
| commit | 80d4f5cf3d2d48fb095d0a2c7013dc3d99ae0065 (patch) | |
| tree | ef84163f829aa87e7185e0596d646edfaab1dd6e /public/theme/base.css | |
| parent | 8f65ce0e64aefae6afa273efdb744599f43a9335 (diff) | |
correction petit bug entryController + petites améliorations design
Diffstat (limited to 'public/theme/base.css')
| -rw-r--r-- | public/theme/base.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/public/theme/base.css b/public/theme/base.css index 3de642d3c..9f53293d5 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -698,11 +698,16 @@ input, select, textarea { } .flux_header .item.website { width: 200px; - padding: 0 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + line-height: 35px; } + .flux_header .item.website a { + display: block; + padding: 0 5px; + height: 35px; + } .flux_header .item.title { overflow: hidden; white-space: nowrap; @@ -854,7 +859,8 @@ input, select, textarea { display: none; } .flux_header .item.website { - width: 20px; + width: 30px; + text-align: center; } .pagination .pager-previous, .pagination .pager-next { width: 100px; |
