summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/admin.css64
1 files changed, 47 insertions, 17 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index f240bb23..1196d830 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -106,7 +106,6 @@ div.pagination span.current, div.pagination a:hover {
106#main_navigation a, 106#main_navigation a,
107#sub_navigation a, 107#sub_navigation a,
108#metadata a, 108#metadata a,
109input[type=submit],
110#overview_toggle a { 109#overview_toggle a {
111 letter-spacing: 1px; 110 letter-spacing: 1px;
112 padding-left: 5px; 111 padding-left: 5px;
@@ -316,17 +315,23 @@ input[type=password] {
316 border: 1px solid #989898; 315 border: 1px solid #989898;
317} 316}
318 317
319input[type=submit] { 318input[type="submit"] {
320 border: none; 319 -webkit-appearance: none;
321 padding-top: 0px; 320 appearance: none;
322 padding-bottom: 1px; 321 background: none;
323 background-color: #ffffff; 322 border: 1px solid #000000;
323 border-radius: 2px;
324 padding: 4px 12px;
325 font: inherit;
326 font-weight: bold;
327 color: inherit;
328 cursor: pointer;
329 text-decoration: none;
324} 330}
325 331
326input[type=submit]:hover { 332input[type="submit"]:hover {
327 border: none;
328 color: #ffffff; 333 color: #ffffff;
329 background-color: #ff9600; 334 background-color: #000000;
330} 335}
331 336
332input[type=radio] { 337input[type=radio] {
@@ -516,6 +521,39 @@ table tr.header {
516 padding-bottom: 4px; 521 padding-bottom: 4px;
517} 522}
518 523
524.node_content.node_info_group {
525 border: 1px solid #e8e8e8;
526 border-radius: 6px;
527 padding: 0.5rem 0.75rem;
528}
529
530.node_info_group_items {
531 display: flex;
532 flex-wrap: wrap;
533 gap: 0.5rem 2rem;
534}
535
536.node_info_item {
537 min-width: 140px;
538}
539
540.node_info_label {
541 display: block;
542 font-weight: normal;
543 color: #969696;
544 font-size: 0.85rem;
545 text-transform: lowercase;
546}
547
548.node_info_group ul {
549 margin: 0;
550 padding-left: 1.25rem;
551}
552
553.node_info_group li {
554 margin-bottom: 0.25rem;
555}
556
519#search_widget { 557#search_widget {
520 position: absolute; 558 position: absolute;
521 top: 20px; 559 top: 20px;
@@ -569,14 +607,6 @@ table tr.header {
569 border-bottom: none; 607 border-bottom: none;
570} 608}
571 609
572table#content th.description {
573 width: 100px;
574}
575
576table#content th.content {
577 width: 690px;
578}
579
580#menu_item_list { 610#menu_item_list {
581 border-collapse: collapse; 611 border-collapse: collapse;
582 padding: 5px 5px 5px 5px; 612 padding: 5px 5px 5px 5px;