Skip to content
Snippets Groups Projects
Commit 46a1e736 authored by khawkins98's avatar khawkins98
Browse files

Move Drupal tweaks from theme's app.css to central css

Only doing this for v1.3 of framework and drupal theme.
parent 1e10484b
No related branches found
No related tags found
No related merge requests found
/* Drupal 7/8 specific tweaks -- housed here as a central authority */
/* Pager alignment */
.item-list .pager li { display: inline-block; }
.pagination .current a { color: #fff; border-bottom: none; }
/* Table */
tbody tr:nth-child(even),
tr.even, tr.odd { background: none; border-bottom: 1px solid #eee; }
/* Drupal edit/local tabs */
.button-group { margin-left: 0; margin-top: 2rem;}
.button-group li { display: inline-block; }
......@@ -76,11 +84,13 @@ body.is-reveal-open #status-messages { top: 30% !important; position: fixed !imp
.shortcuts .menu > li > a,
.sidebar .menu > li > a { padding-left: .5em }
/* Remove background gunk */
/* Remove background gunk from modals and messages */
.callout.success { background-color: #fff; }
div.warning {
background: none;
border: 1px solid rgba(10, 10, 10, 0.25);
}
div.warning, .warning { color: #333; }
/* Do not show default page title on panel pages */
body.page-node h2#page-title { display: none; }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment