diff options
| author | 2014-09-24 14:32:37 +0200 | |
|---|---|---|
| committer | 2014-09-24 14:32:37 +0200 | |
| commit | fe32d14cfa3fdf056e00f279ac7ddd91a9e082d9 (patch) | |
| tree | c4624a729bb26a82ba536518b7ea6ebc2bae5967 /p/themes/base-theme/template.css | |
| parent | e6a25f78f5abaea4dc0bfeba2bbb0a90119c624b (diff) | |
Fix .as-link appearance in dropdown
Related to https://github.com/marienfressinaud/FreshRSS/issues/633
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 0f00632ee..dc011503d 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -96,6 +96,7 @@ button.as-link:active { color: inherit; cursor: pointer; font-size: 1.1em; + text-align: left; } /*=== Tables */ @@ -199,8 +200,10 @@ a.btn { display: block; } .dropdown-menu > .item > a, +.dropdown-menu > .item > .as-link, .dropdown-menu > .item > span { display: block; + min-width: 200px; } .dropdown-menu > .item[aria-checked="true"] > a:before { content: '✓'; |
