Bläddra i källkod

2018-01-09 style

Visman 7 år sedan
förälder
incheckning
ab35266d77
1 ändrade filer med 8 tillägg och 5 borttagningar
  1. 8 5
      public/style/ForkBB/style.css

+ 8 - 5
public/style/ForkBB/style.css

@@ -1266,14 +1266,15 @@ select {
   overflow: hidden;
   overflow: hidden;
 }
 }
 
 
-.f-post-header > h3 {
-  display: none;
-}
-
 .f-post-header {
 .f-post-header {
   padding: 0.625rem;
   padding: 0.625rem;
   border-bottom: 0.0625rem solid #AA7939;
   border-bottom: 0.0625rem solid #AA7939;
   background-color: #D3B58D;
   background-color: #D3B58D;
+  font-size: 0.875rem;
+}
+
+.f-post-header > h3 {
+  display: none;
 }
 }
 
 
 .f-post-posted {
 .f-post-posted {
@@ -1552,12 +1553,14 @@ li + li .f-btn {
     width: 30%;
     width: 30%;
     float: left;
     float: left;
     padding-right: 0.3125rem;
     padding-right: 0.3125rem;
+    padding-top: 0.625rem;
   }
   }
 
 
   .f-fdiv .f-field-t2 {
   .f-fdiv .f-field-t2 {
     width: 70%;
     width: 70%;
     float: left;
     float: left;
     padding-left: 0.3125rem;
     padding-left: 0.3125rem;
+    padding-top: 0.625rem;
   }
   }
 }
 }
 
 
@@ -1744,4 +1747,4 @@ li + li .f-btn {
 
 
 .f-install > h2{
 .f-install > h2{
   padding: 0 0.625rem;
   padding: 0 0.625rem;
-}
+}