Added a nice structure to new versions. Ticket #3813
(cherry picked from commit 620ff6a324
)
This commit is contained in:
parent
8e96378695
commit
4f8ef1e0c4
Binary file not shown.
After Width: | Height: | Size: 291 B |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -3098,6 +3098,19 @@ table#policy_modules td * {
|
||||||
margin-left: 3%;
|
margin-left: 3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title_um {
|
||||||
|
font-family: "open sans";
|
||||||
|
font-size: 20px;
|
||||||
|
color: #82B92E;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text_um {
|
||||||
|
font-family: "open sans";
|
||||||
|
font-size: 16px;
|
||||||
|
padding-left: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
/* The items with the class 'spinner' will rotate */
|
/* The items with the class 'spinner' will rotate */
|
||||||
/* Not supported on IE9 and below */
|
/* Not supported on IE9 and below */
|
||||||
.spinner {
|
.spinner {
|
||||||
|
|
Loading…
Reference in New Issue