diff options
author | Nick Colletti <gnomish@gmail.com> | 2020-02-04 16:17:10 -0500 |
---|---|---|
committer | Nick Colletti <gnomish@gmail.com> | 2020-02-04 16:17:10 -0500 |
commit | a5f18ece2764670fe05b5461ddd6ec241bc7687c (patch) | |
tree | c8ce4c93efe50b31cdd9192a2e56101eed49d1ff /css | |
parent | 9104b0d35c6939d27736bf9bda453733c36a5c61 (diff) | |
parent | 2294b97365f343f3dd5f36f2a6632b5bca31d148 (diff) |
Merge branch 'nav-btns' into advanced_mode_with_features
Diffstat (limited to 'css')
-rw-r--r-- | css/redirector.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/css/redirector.css b/css/redirector.css index 5ad77a3..e12a934 100644 --- a/css/redirector.css +++ b/css/redirector.css @@ -235,10 +235,13 @@ button span { color:red !important; } -.move-up-btn, .move-down-btn { +.move-up-btn, .move-down-btn, .move-downbottom-btn, .move-uptop-btn { width:45px !important; } +.move-downbottom-btn, .move-uptop-btn { + height:25px !important; +} .redirect-row label { display:inline-block; |