forked from skylines-project/skylines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request skylines-project#693 from Turbo87/table-styling
Improve table styling and refactor bootstrap styles
- Loading branch information
Showing
20 changed files
with
223 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,39 @@ | ||
#about .social-buttons .btn-group { | ||
float: right; | ||
} | ||
|
||
#about .social-buttons .btn { | ||
width: 40px; | ||
} | ||
|
||
#about h2 { | ||
font-size: 22px; | ||
} | ||
|
||
#about h2 .fa { | ||
width: 1.2em; | ||
text-align: center; | ||
} | ||
|
||
#about h2 a { | ||
color: inherit; | ||
text-decoration: none; | ||
} | ||
|
||
#about h2 a:hover { | ||
color: #666; | ||
} | ||
|
||
#about h2 small { | ||
font-size: 13px; | ||
} | ||
|
||
#about p { | ||
text-align: justify; | ||
} | ||
|
||
#about .banner div { | ||
padding: 0; | ||
#about { | ||
.social-buttons .btn-group { | ||
float: right; | ||
} | ||
|
||
.social-buttons .btn { | ||
width: 40px; | ||
} | ||
|
||
h2 { | ||
font-size: 22px; | ||
|
||
.fa { | ||
width: 1.2em; | ||
text-align: center; | ||
} | ||
|
||
a { | ||
color: inherit; | ||
text-decoration: none; | ||
|
||
&:hover { | ||
color: #666; | ||
} | ||
} | ||
|
||
small { | ||
font-size: 13px; | ||
} | ||
} | ||
|
||
p { | ||
text-align: justify; | ||
} | ||
|
||
.banner div { | ||
padding: 0; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; | ||
$headings-font-weight: 700; | ||
$zindex-popover: 5000; | ||
$zindex-tooltip: 6000; | ||
$zindex-navbar-fixed: 2000; | ||
$zindex-modal-background: 2010; | ||
$zindex-modal: 2020; | ||
|
||
@import 'ember-bootstrap/bootstrap'; | ||
|
||
@import 'bootstrap/bootstrap-theme-skylines'; | ||
@import 'bootstrap/bootstrap-badges'; | ||
@import 'bootstrap/bootstrap-vertical-tabs'; | ||
@import 'bootstrap/bootstrap-datetimepicker'; | ||
|
||
@import "bootstrap/modals"; | ||
@import "bootstrap/navbar"; | ||
@import "bootstrap/page-header"; | ||
@import "bootstrap/panel"; | ||
@import "bootstrap/tables"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.footer { | ||
/* center align it with the container */ | ||
text-align: center; | ||
margin-top: 5px; | ||
font-size: 85%; | ||
|
||
a { | ||
color: #333; | ||
text-decoration: none; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.form-login { | ||
min-width: 300px; | ||
padding: 0 20px; | ||
margin-bottom: inherit; | ||
|
||
|
||
> div, > button { | ||
margin: 15px 0; | ||
} | ||
|
||
hr { | ||
margin: 8px 0; | ||
} | ||
|
||
a { | ||
padding-left: 0; | ||
padding-right: 0; | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.