Semantic UI update to 2.1.8 (#211)
* Update to Semantic UI 2.1.6 Basically I tried to rebuild the old layout as closely as possible. It is a bit more mobile friendly but still misses Semantic UIs collapsable menu: https://github.com/Semantic-Org/Semantic-UI/issues/157 + ditch old tablesorter for recommended one + use em instead of percentage for status labels in macros Overview: + sort overview by report date per default + slightly different colors Facts: + template based approach to even out the columns in facts view + don't show empty containers + needed an additional variable in context * get rid of unnecessary semantic src files * more cleanup * clean jquery-tablesort directory as well * drop unused theme files * remove symlinks in static/{js,css} * semantic_update + bump to semantic 2.1.8 + minor adjustments - default-sort class in tables - table type in inventory - fixed and wrapped table for reports * updated screenshots
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../jquery.tablesorter-2.17.2/css/filter.formatter.css
|
||||
@@ -1,6 +1,7 @@
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -31,11 +32,23 @@ th.tablesorter-headerDesc::after {
|
||||
}
|
||||
|
||||
.status {
|
||||
width: 45%;
|
||||
width: 13.2em;
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ui.table[class*="very compact"] td {
|
||||
padding: 0.15em 0.1em;
|
||||
}
|
||||
|
||||
.factlist li {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.ui.table.wrapped td {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.ui.label.status {
|
||||
color: white;
|
||||
text-shadow: 0 0 1px;
|
||||
@@ -86,15 +99,11 @@ th.tablesorter-headerDesc::after {
|
||||
}
|
||||
|
||||
.count {
|
||||
width: 14%;
|
||||
width: 4em;
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.no-margin-top {
|
||||
margin-top: -35px !important;
|
||||
}
|
||||
|
||||
.absolute {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
|
||||
1
puppetboard/static/css/semantic.min.css
vendored
1
puppetboard/static/css/semantic.min.css
vendored
@@ -1 +0,0 @@
|
||||
../semantic-ui-0.16.1/packaged/css/semantic.min.css
|
||||
Reference in New Issue
Block a user