Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
AStA
Raumbuchungstool
Commits
2f8dbd42
Commit
2f8dbd42
authored
Jul 09, 2021
by
Leon Tappe
🔥
Browse files
Revert "wild css fix"
This reverts commit
dc8ca652
.
parent
5fb8114f
Changes
1
Hide whitespace changes
Inline
Side-by-side
css/frontend.css
View file @
2f8dbd42
...
...
@@ -17,11 +17,12 @@
* along with AStA Raumbuchung. If not, see <http://www.gnu.org/licenses/>.
*/
div
#frontend
{
float
:
left
;
padding-left
:
20px
;
padding-right
:
20px
;
max-width
:
40%
;
div
#frontend
{
display
:
grid
;
width
:
100%
;
grid-template-areas
:
". frontend_order frontend_calendar ."
;
grid-template-rows
:
min-content
;
grid-template-columns
:
1
fr
min-content
auto
1
fr
;
}
div
#frontend_order
{
...
...
@@ -30,7 +31,7 @@ div#frontend_order {
}
div
#frontend_calendar
{
float
:
right
;
grid-area
:
frontend_calendar
;
height
:
min-content
;
padding-left
:
20px
;
padding-right
:
20px
;
...
...
@@ -49,7 +50,7 @@ div#lernsprint_info, div#studyspace_info {
padding
:
5px
;
background-color
:
#f5fded
;
color
:
#090909
;
box-shadow
:
2px
2px
2px
0px
rgba
(
0
,
0
,
0
,
0.5
);
box-shadow
:
2px
2px
2px
0px
rgba
(
0
,
0
,
0
,
0.5
);
margin-bottom
:
20px
;
margin-top
:
15px
;
}
...
...
@@ -60,7 +61,7 @@ div#covid_info {
padding
:
5px
;
background-color
:
#ff966d
;
color
:
#090909
;
box-shadow
:
2px
2px
2px
0px
rgba
(
0
,
0
,
0
,
0.5
);
box-shadow
:
2px
2px
2px
0px
rgba
(
0
,
0
,
0
,
0.5
);
margin-bottom
:
20px
;
margin-top
:
15px
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment