summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2014-03-27 14:15:15 +0100
committerKevin Chabowski <kevin@kch42.de>2014-03-27 23:51:07 +0100
commit699c9f8d17cec8c40b7182a9a34849168448cc06 (patch)
tree0b9e01f181d927de79360f47dcc0ad9292a96f38
parenta21ee0a20ba0e49a4a565400412a0e0194c8e3b1 (diff)
downloadsimplechat-699c9f8d17cec8c40b7182a9a34849168448cc06.tar.gz
simplechat-699c9f8d17cec8c40b7182a9a34849168448cc06.tar.bz2
simplechat-699c9f8d17cec8c40b7182a9a34849168448cc06.zip
Fixed style
-rw-r--r--static/style.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/static/style.css b/static/style.css
index b08bef5..c3bf0f2 100644
--- a/static/style.css
+++ b/static/style.css
@@ -82,16 +82,16 @@ h1 {
#chatinput input {
position: absolute;
- top: 0;
- left: 0;
- right: 20mm;
- bottom: 0;
-}
-
-#chatinput button {
- position: absolute;
top: 0px;
left: 0px;
height: 8mm;
width: calc(100% - 25mm);
}
+
+#chatinput button {
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 20mm;
+ bottom: 0;
+} \ No newline at end of file