OMG..lots of changes for sake of mobile login / user menu etc.
Feeling a bit sloppy right about now...oh well good enough
This commit is contained in:
parent
e3ae427e37
commit
ee0bdc4b74
10 changed files with 335 additions and 183 deletions
|
@ -19,13 +19,13 @@ div.field-wrapper {
|
|||
}
|
||||
|
||||
div.field-wrapper label {
|
||||
margin: 0px;
|
||||
padding-top: 3px;
|
||||
text-align: right;
|
||||
width: 100px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
div.field-wrapper input {
|
||||
div.field-wrapper div.field input[type="text"],
|
||||
div.field-wrapper div.field input[type="password"] {
|
||||
margin-left: 1em;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
|
|
14
tailbone/static/css/mobile.css
Normal file
14
tailbone/static/css/mobile.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
/****************************************
|
||||
* Global styles for mobile templates
|
||||
****************************************/
|
||||
|
||||
.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