]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/css/shaarli.css
fix delete button
[github/shaarli/Shaarli.git] / tpl / default / css / shaarli.css
index fafe7351ff34e66d4322d0fe15025fdbd6382c01..f0ba8adb80cc41bd9241a335c1a884b44def6e43 100644 (file)
@@ -86,6 +86,9 @@ pre {
     background-color: #1b926c;
 }
 
+.anchor:target {
+    padding-top: 35px;
+}
 /**
  * MENU
  **/
@@ -107,9 +110,9 @@ pre {
     height: inherit;
 }
 
-.shaarli-menu.open {
-    max-height: 500px;
-    transition: max-height 0.75s;
+.head-logo {
+    float: left;
+    margin: 0 5px 0 0;
 }
 
 .pure-menu-link,
@@ -612,10 +615,7 @@ pre {
 }
 
 .linklist-item-infos .label-tag {
-    font-size: 0.9em;
-}
-
-.linklist-item-infos .label-tag:hover {
+    font-size: 1em;
 }
 
 .linklist-item-infos-dateblock {
@@ -727,10 +727,9 @@ pre {
     padding: 5px 5px 3px 15px;
     height: 35px;
     width: 90%;
-    background: #ebebeb;
-    border: medium none currentColor;
+    background: #eeeeee;
+    border: solid 1px #d8d8d8;
     border-radius: 2px;
-    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.078), 0 1px 4px rgba(0, 0, 0, 0.298) inset;
     color: #252525;
 }
 
@@ -748,22 +747,37 @@ pre {
     color: #777777;
 }
 
-.page-form input[type="submit"] {
+.page-form input[type="submit"], .page-form a.button {
     margin: 15px 5px;
     height: 35px;
+    line-height: 35px;
     width: 150px;
     background: #1b926c;
+    color: #f5f5f5;
     border: none;
     box-shadow: 1px 1px 1px #ddd, -1px -1px 6px #ddd, -1px 1px 2px #ddd, 1px -1px 2px #ddd;
     font-size: 1.2em;
-    color: #f5f5f5;
+    text-decoration: none;
+    vertical-align: center;
+    font-weight: normal;
 }
 
 
-.page-form input[type="submit"].button-red {
+.page-form .button.button-red {
     background: #ac2925;
 }
 
+@media screen and (min-width: 64em) {
+    .page-form .submit-buttons {
+        position: relative;
+    }
+
+    .page-form .submit-buttons .button.button-red {
+        position: absolute;
+        right: 5%;
+    }
+}
+
 .page-form select {
     color: #252525;
 }
@@ -886,7 +900,7 @@ pre {
         text-align: left;
         margin: 10px 0 0 0;
     }
-    
+
     .timezone-continent:after {
         content:"\a\a";
         white-space: pre;