]> git.r.bdr.sh - rbdr/grita/blobdiff - views/style.less
Fixes QR Codes.
[rbdr/grita] / views / style.less
index 972269ce62e4c7153542ec1bff5db22f9afe5cc2..1f7b075d9e6ce59d1793862dc038176e49be9017 100644 (file)
@@ -41,7 +41,16 @@ body{
        margin: 10px 250px;
 }
 
-#header #logo span{
+#header #logomini{
+       background-image: url(/images/logomini.png);
+       background-repeat: no-repeat;
+       width: 140px;
+       height: 65px;
+       display: block;
+       margin: 10px 410px;
+}
+
+#header #logo span, #header #logomini span{
        display: none;
 }
 
@@ -132,9 +141,8 @@ hr{
        border-bottom: 1px solid @border_color;
 }
 
-#body #qrcode{
-       display: block;
-       margin: 10px 90px;
+#body #sharing{
+       text-align: center;
 }
 
 #body input.title, #body input.url{
@@ -145,6 +153,12 @@ hr{
        width: 770px;
 }
 
+#body #sharing input.url{
+       width: 290px;
+       margin-bottom: 10px;
+       margin-top: 10px;
+}
+
 #body textarea.text{
        border: 1px solid @lighter_color;
        font-size: 1.6em;
@@ -180,4 +194,16 @@ hr{
        margin: 0 90px;
        width: 760px;
        background-color: @success_color;
+}
+
+.tooltip{
+       position: absolute;
+       top: 0;
+       left: 0;
+       z-index: 3;
+       display: none;
+}
+
+#footer{
+       height: 100px;
 }
\ No newline at end of file