More mobile view improvements, various
This commit is contained in:
parent
14ac7aa198
commit
7f14f50ee0
11 changed files with 92 additions and 56 deletions
|
@ -3,21 +3,29 @@
|
|||
* Global styles for mobile templates
|
||||
****************************************/
|
||||
|
||||
/* main user menu button when root */
|
||||
[data-role="header"] a.root-user,
|
||||
[data-role="header"] a.root-user:hover {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
/* become/stop root menu links */
|
||||
#usermenu .root-user a {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
/* normal flash messages */
|
||||
.flash {
|
||||
color: green;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
/* error flash messages */
|
||||
.error {
|
||||
color: red;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.replacement-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* used by login page */
|
||||
.error {
|
||||
color: red;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue