summaryrefslogtreecommitdiff
path: root/public/stylesheets/admin.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/admin.css')
-rw-r--r--public/stylesheets/admin.css16
1 files changed, 10 insertions, 6 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 4bcbf153..83acf449 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -435,8 +435,8 @@ input[type="submit"]:hover {
435 align-items: center; 435 align-items: center;
436 background-color: var(--surface-raised); 436 background-color: var(--surface-raised);
437 justify-content: center; 437 justify-content: center;
438 width: 2rem; 438 width: 2.75rem;
439 height: 2rem; 439 height: 2.75rem;
440 padding: 0; 440 padding: 0;
441 border-radius: 2px; 441 border-radius: 2px;
442} 442}
@@ -452,8 +452,12 @@ input[type="submit"]:hover {
452 cursor: pointer; 452 cursor: pointer;
453} 453}
454 454
455#main_navigation svg, 455#main_navigation svg {
456.action_button svg, 456 width: 1.5rem;
457 height: 1.5rem;
458}
459
460.action_button svg
457form.button_to svg { 461form.button_to svg {
458 width: 1.25rem; 462 width: 1.25rem;
459 height: 1.25rem; 463 height: 1.25rem;
@@ -498,7 +502,7 @@ form.button_to svg {
498} 502}
499 503
500#main_navigation a.nav_locale { 504#main_navigation a.nav_locale {
501 font-size: 0.8125rem; 505 font-size: 0.875rem;
502 font-weight: 700; 506 font-weight: 700;
503 letter-spacing: 0.04em; 507 letter-spacing: 0.04em;
504 line-height: 1; 508 line-height: 1;
@@ -1249,7 +1253,7 @@ div#draft_list table td.actions a {
1249 1253
1250#search_widget { 1254#search_widget {
1251 position: absolute; 1255 position: absolute;
1252 top: 2.75rem; 1256 top: 3.5rem;
1253 left: 0; 1257 left: 0;
1254 width: min(520px, 90vw); 1258 width: min(520px, 90vw);
1255 border-radius: 2px; 1259 border-radius: 2px;