diff options
author | Rosy Song <rosysong@rosinson.com> | 2019-04-07 15:24:52 +0800 |
---|---|---|
committer | Rosy Song <rosysong@rosinson.com> | 2019-04-07 15:24:52 +0800 |
commit | 5bc6ceba2f1215c8e99fa36e61709b19b7ec8f63 (patch) | |
tree | 9c13384931bbc470e5d187ecc700e29c927f8b90 /themes | |
parent | 6c83231b19467b8866552ea1b735d8575e5ccf6f (diff) |
luci-theme-rosy: tweak padding for tabs
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css index 4ae815105..a0fbb814d 100644 --- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css @@ -887,7 +887,7 @@ form[method="post"] + form[method="post"], .tabs > li { margin-right: .8rem; - padding: .5rem 4px; + padding: 6px 10px; position: relative; display: inline-block; text-align: center; |