2014-04-24 12:46:26 +02:00
|
|
|
body {
|
2014-04-29 00:43:10 +02:00
|
|
|
|
2014-04-24 12:46:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#logo {
|
2014-04-29 00:43:10 +02:00
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
#logo img{
|
2014-04-24 12:46:26 +02:00
|
|
|
margin: 10px 5px 5px 5px;
|
|
|
|
max-width: 200px;
|
|
|
|
}
|
|
|
|
|
2014-04-29 00:43:10 +02:00
|
|
|
.ui-content ul {
|
|
|
|
padding: 0 0 0 1em;
|
2014-04-24 12:46:26 +02:00
|
|
|
}
|
2014-04-29 00:43:10 +02:00
|
|
|
.ui-content ul.ui-listview {
|
|
|
|
padding: 0;
|
2014-04-24 12:46:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-04-25 16:24:16 +02:00
|
|
|
#action {
|
|
|
|
margin: 0 -1em;
|
|
|
|
padding: 1em;
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: 0px 1px 0px #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
#action.error {
|
|
|
|
background: #EB313C;
|
|
|
|
text-shadow: 0px 1px 0px #333;
|
|
|
|
}
|
|
|
|
#action.warning {
|
|
|
|
background: #E9A86E;
|
|
|
|
}
|
|
|
|
#action.notice {
|
|
|
|
background: #93CAF4;
|
|
|
|
}
|
|
|
|
#action.info {
|
|
|
|
background: #97DD8A;
|
|
|
|
}
|
|
|
|
|
2014-04-24 12:46:26 +02:00
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
body {
|
|
|
|
padding-left: 20em;
|
|
|
|
padding-right: 20em;
|
|
|
|
}
|
|
|
|
}
|