summaryrefslogtreecommitdiffstats
path: root/css/addnew.css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 02:22:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 02:22:02 +0200
commit90584316b8f275fcad904b644676544eb0322636 (patch)
tree35ead28e8f0cdccc1771464442bb83ce5b558cc6 /css/addnew.css
parentded252d29e99e068ea341506129e47a05e053a24 (diff)
add test for firstrun page
Diffstat (limited to 'css/addnew.css')
-rw-r--r--css/addnew.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/css/addnew.css b/css/addnew.css
index 24cdd6000..d289ecb4e 100644
--- a/css/addnew.css
+++ b/css/addnew.css
@@ -31,11 +31,11 @@
}
.add-new input[type=text] {
- width: 120px;
+ width: 170px;
}
.add-new select {
- width: 133px;
+ width: 170px;
margin-top: 1px !important;
height: 30px;
background-color: #eee;
@@ -46,7 +46,7 @@
box-sizing: border-box;
}
-.add-new input,
+.add-new input,
.add-new select {
margin: 0 0 5px 0;
display: inline-block;
@@ -69,7 +69,7 @@
.add-new .action-button {
width: 30px;
background-position: center;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
}
.add-new .back-button {
@@ -80,15 +80,15 @@
.add-new .new-button {
border-radius: 0;
background-image: url('../img/add.svg');
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
+ border-top-right-radius: 5px;
+ border-bottom-right-radius: 5px;
}
.add-new .create-button {
border-radius: 0;
background-image: url('../img/mark_read.svg');
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
+ border-top-right-radius: 5px;
+ border-bottom-right-radius: 5px;
}
.add-new .error {