summaryrefslogtreecommitdiffstats
path: root/css/addnew.css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-27 20:44:20 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-27 20:44:20 +0100
commiteb532ff3186faf58523dd509c6d208bdd9195e53 (patch)
tree942dae047e30d3e973494d1a2e38d3a0e8066ddd /css/addnew.css
parentbf93d491cefd19fe8ab339725d4c7ce627b6308b (diff)
adding dudes
Diffstat (limited to 'css/addnew.css')
-rw-r--r--css/addnew.css39
1 files changed, 34 insertions, 5 deletions
diff --git a/css/addnew.css b/css/addnew.css
index 17ea8f17f..52759e755 100644
--- a/css/addnew.css
+++ b/css/addnew.css
@@ -2,15 +2,44 @@
background-image: url('%appswebroot%/news/img/add.svg');
}
+.add-new:hover a.opened {
+ background-color: transparent !important;
+}
+
.add-new-popup {
display: none;
- padding: 0 15px;
+ padding: 15px 10px;
}
-.add-new-popup .personalblock:first-child legend {
- padding-top: 15px;
+.add-new input[type=text] {
+ width: 120px;
}
-.add-new input[type=text] {
- width: 100px;
+.add-new select {
+ width: 134px;
+ margin-top: 1px !important;
+}
+
+.add-new input {
+ height: 16px !important;
+}
+
+.add-new input,
+.add-new select {
+ margin: 0 0 5px 0;
+ display: inline-block;
+ float: left;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+ border-right: 0;
+}
+
+.add-new button {
+ margin: 0 0 5px 0;
+ display: inline-block;
+ float: left;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+ height: 30px !important;
+ margin-top: 1px;
} \ No newline at end of file