aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-09-27 20:53:35 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-09-27 20:53:35 +0200
commit7c4dda4f90a1929dde13b254ae6f1e5a766cc7f6 (patch)
treeeee0961f3d0b215173ddc4d478a2038b083b7272 /static/style.scss
parentAdd new edit tab. (diff)
downloadcalp-7c4dda4f90a1929dde13b254ae6f1e5a766cc7f6.tar.gz
calp-7c4dda4f90a1929dde13b254ae6f1e5a766cc7f6.tar.xz
Input cleaned up.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss19
1 files changed, 16 insertions, 3 deletions
diff --git a/static/style.scss b/static/style.scss
index 3a2e5ba6..24f88f48 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -698,8 +698,8 @@ along with their colors.
/* overflow-y: auto; */
max-width: 60ch;
max-height: 60ch;
- min-width: 40ch;
- min-height: 20ch;
+ min-width: 60ch;
+ min-height: 30ch;
&-container {
display: none;
@@ -790,7 +790,7 @@ along with their colors.
}
.tab {
- label {
+ > label {
position: absolute;
left: 100%;
@@ -837,6 +837,19 @@ along with their colors.
min-width: 100%;
min-height: 100%;
}
+
+
+ .edit-form {
+ label {
+ display: block;
+ }
+
+ input[type='text'], textarea {
+ width: 100%;
+ }
+ }
+
+
}
/* Other