tailbone/tailbone/static/css/mobile.css

37 lines
631 B
CSS
Raw Normal View History

/****************************************
* Global styles for mobile templates
****************************************/
2016-12-12 15:24:26 -06:00
/* main user menu button when root */
[data-role="header"] a.root-user,
[data-role="header"] a.root-user:hover {
background-color: red;
}
2016-12-12 15:24:26 -06:00
/* become/stop root menu links */
#usermenu .root-user a {
background-color: red;
}
2016-12-12 15:24:26 -06:00
/* normal flash messages */
.flash {
color: green;
margin-bottom: 1em;
}
2016-12-12 15:24:26 -06:00
/* error flash messages */
.error {
color: red;
margin-bottom: 1em;
}
2016-12-12 15:24:26 -06:00
.replacement-header {
display: none;
}
2017-03-30 20:15:09 -05:00
.field-wrapper label {
font-weight: bold;
margin-top: 1em;
}