mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 18:58:40 +00:00
started with template fixes
This commit is contained in:
parent
9dd5f3dd2f
commit
e52cc668fe
|
|
@ -16,6 +16,10 @@ article {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
margin: 1rem 0 1rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
margin: 0.1rem;
|
margin: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -93,4 +93,4 @@ button.disabled, .button.disabled, input[type="submit"].disabled {
|
||||||
i.favorite {
|
i.favorite {
|
||||||
color: var(--fav-c);
|
color: var(--fav-c);
|
||||||
text-shadow: 0 0 1px var(--text-shadow);
|
text-shadow: 0 0 1px var(--text-shadow);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,6 @@ code {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
margin: 1rem 0 1rem 0;
|
|
||||||
line-height: 1.2rem;
|
line-height: 1.2rem;
|
||||||
border: 1px solid var(--bborder);
|
border: 1px solid var(--bborder);
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,5 @@
|
||||||
// @todo remove content from this file when implemented
|
// @todo remove content from this file when implemented
|
||||||
|
|
||||||
thead td label {
|
thead td label, .portlet-head .inputWrapper, .portlet-head .g-icon {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portlet-head .g-icon {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
@ -17,6 +17,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.simple-flex {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
.flex-line {
|
.flex-line {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user