Skip to content

Commit

Permalink
Added new layout for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Dec 22, 2013
1 parent b097b7c commit a93a7dd
Show file tree
Hide file tree
Showing 10 changed files with 8,922 additions and 752 deletions.
7,665 changes: 7,663 additions & 2 deletions phpmyfaq/admin/assets/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion phpmyfaq/admin/assets/css/style.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @since 2010-01-17
*/
/**
* phpMyFAQ 2.8 default layout - right to left
* phpMyFAQ 2.9 default layout - RTL version
*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
Expand Down
17 changes: 5 additions & 12 deletions phpmyfaq/admin/assets/less/style.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* phpMyFAQ 2.8 default layout
* phpMyFAQ 2.9 default layout
*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
Expand All @@ -25,21 +25,14 @@
@import "../../../../components/font-awesome/less/font-awesome.less";
@FontAwesomePath: "../font";

//
// Navbar
//
.navbar .nav > li > a {
padding: ((@navbarHeight - @baseLineHeight) / 2) 10px ((@navbarHeight - @baseLineHeight) / 2);
}

//
// Global admin styles
//
header {
h2 {
#gradient > .vertical(#6C737E, #3C4049);
font-size: 18px;
color: @white;
color: white;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
margin-bottom: 1.25em;
padding: 5px 10px;
Expand All @@ -59,18 +52,18 @@ section {
.userpanel {
margin: 10px 5px;
img {
border: 2px solid @grayDarker;
border: 2px solid @gray-darker;
margin-right: 5px;
float: left;
}
small {
color: @grayLight;
color: @gray-light;
}
}

// Dashboard
.dashboard-stat {
background: @white;
background: white;
border: 1px solid #D5D5D5;
height: 70px;
padding: 15px;
Expand Down
Loading

0 comments on commit a93a7dd

Please sign in to comment.