diff --git a/core/css/buttons.css b/core/css/buttons.css index 7ba6fd1..1043f07 100644 --- a/core/css/buttons.css +++ b/core/css/buttons.css @@ -82,7 +82,13 @@ button.formbutton a { width: 20px; } -.longbutton a, .smallbutton a { +.widebutton { + width: 140px; + font-size: 16px; + margin: 2px 4px; +} + +.longbutton a, .smallbutton a, .widebutton a { display: flex; align-items: center; height: 100% !important; @@ -105,16 +111,22 @@ button.formbutton a { height: 24px !important; } -.longbutton > a, .smallbutton > a { +.longbutton > a, .smallbutton > a, .widebutton > a { color: var(--main-text); text-decoration: none; display: flex !important; align-items: center; +} + +.longbutton > a, .smallbutton >a { height: 24px; +} + +.longbutton > a, .widebutton > a { width: 120px; } -.longbutton > a img, .smallbutton > a img { +.longbutton > a img, .smallbutton > a img, .widebutton > a img { margin-right: 4px; }