Rafał Pitoń 11 лет назад
Родитель
Сommit
19c5b87b21

+ 0 - 3
uiframework/misago/admin/css/misago/modals.less

@@ -9,14 +9,11 @@
     box-shadow: 0px 0px 0px 6px @dropdown-shadow;
 
     .modal-content {
-
       .modal-header {
         background-color: @body-bg;
         border-radius: @border-radius-large @border-radius-large 0px 0px;
       }
 
-      .modal-body {}
-
       .modal-footer {
         background-color: @form-panel-footer-bg;
         border-radius: 0px 0px @border-radius-large @border-radius-large;

+ 4 - 0
uiframework/misago/css/misago/header.less

@@ -8,6 +8,10 @@
 //##
 .page-header {
   margin-top: @line-height-computed * -1;
+
+  h1 {
+    font-size: @font-size-base * 2.3;
+  }
 }
 
 

+ 0 - 1
uiframework/misago/css/misago/navs.less

@@ -149,7 +149,6 @@
       &, &:link, &:visited {
         .badge {
           background: transparent;
-          border-radius: @border-radius-small;
           float: right;
           margin-top: 1px;
 

+ 11 - 7
uiframework/misago/css/misago/variables.less

@@ -235,13 +235,6 @@
 @error-panel-border:               darken(@body-bg, 15%);
 @error-panel-shadow:               darken(@body-bg, 5%);
 
-//== Miscellaneous
-//
-//##
-
-//** Horizontal line color.
-@hr-border:                   darken(@body-bg, 10%);
-
 
 //== Alerts
 //
@@ -274,3 +267,14 @@
 
 @modal-footer-bg-color:              darken(@body-bg, 2%);
 @modal-footer-border-color:          darken(@modal-footer-bg-color, 5%);
+
+
+//== Miscellaneous
+//
+//##
+
+//** Horizontal line color.
+@hr-border:                   darken(@body-bg, 10%);
+
+//** Badge radius
+@badge-border-radius:         @border-radius-small;

+ 4 - 2
uiframework/misago/css/style.css

@@ -4332,7 +4332,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
   white-space: nowrap;
   text-align: center;
   background-color: #999999;
-  border-radius: 10px;
+  border-radius: 3px;
 }
 .badge:empty {
   display: none;
@@ -6281,7 +6281,6 @@ button.close {
 .nav-side li a:link .badge,
 .nav-side li a:visited .badge {
   background: transparent;
-  border-radius: 3px;
   float: right;
   margin-top: 1px;
   color: #444444;
@@ -6649,6 +6648,9 @@ button.close {
 .page-header {
   margin-top: -20px;
 }
+.page-header h1 {
+  font-size: 32.2px;
+}
 .page-header > .container .breadcrumb {
   margin-bottom: -22px;
   color: #949494;