aboutsummaryrefslogtreecommitdiff
path: root/uploader/static/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/static/css/styles.css')
-rw-r--r--uploader/static/css/styles.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css
index 834c563..fab42b8 100644
--- a/uploader/static/css/styles.css
+++ b/uploader/static/css/styles.css
@@ -26,7 +26,7 @@ body {
#header .header {
font-size: 2em;
display: inline-block;
- text-align: center;
+ text-align: start;
}
#header .header-nav {
@@ -39,6 +39,10 @@ body {
border-color: #FFFFFF;
vertical-align: middle;
margin: 0.2em;
+ border-style: solid;
+ border-width: 2px;
+ border-radius: 0.5em;
+ text-align: center;
}
#header .header-nav a {
@@ -71,8 +75,9 @@ body {
}
.pagetitle h1 {
- text-align: center;
+ text-align: start;
text-transform: capitalize;
+ padding-left: 0.25em;
}
.pagetitle .breadcrumb {
@@ -101,7 +106,7 @@ dd {
padding-bottom: 1em;
}
-input[type="submit"] {
+input[type="submit"], .btn {
text-transform: capitalize;
}