Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 8398ba0

Browse files
committed
add some bootstrap css to make listOfSps work on non-bootstrap site
1 parent 880956a commit 8398ba0

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ All notable changes to this project will be documented in this file.
3535
- Added modes into PerunAttribute process filter
3636
- MODE_FULL - Rewrite all attributes specified in config
3737
- MODE_PARTIAL - Rewrite only unset attributes
38+
- Chart.bundle.js is now loaded from SSP module instead of directly from internet
3839

3940
#### Fixed
4041
- Fixed the problem that IDP filter on WAYF didn't work correctly

www/res/css/listOfSps.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,24 @@ h3 {
7575
word-wrap: break-word;
7676
}
7777
}
78+
79+
.row, .col-md-6 {
80+
box-sizing: border-box;
81+
}
82+
.row {
83+
margin-left: -15px;
84+
margin-right: -15px;
85+
}
86+
.col-md-6 {
87+
position: relative;
88+
min-height: 1px;
89+
padding-left: 15px;
90+
padding-right: 15px;
91+
92+
}
93+
@media (min-width: 992px) {
94+
.col-md-6 {
95+
width: 50%;
96+
float: left;
97+
}
98+
}

0 commit comments

Comments
 (0)