diff --git a/hourglass/client/main/main.css b/hourglass/client/main/main.css index 26f88af..0e4b8fc 100644 --- a/hourglass/client/main/main.css +++ b/hourglass/client/main/main.css @@ -85,6 +85,12 @@ body { pointer-events: all; } +.noScroll { + width: 100%; + height: 100%; + position: fixed; +} + #mainHeader { font-weight: 600; width: 100%; @@ -1027,7 +1033,7 @@ input, textarea { } .doneUser { - font-size: 110%; + font-size: 1.5vh; margin: 0; padding: 4% 4% 3% 6%; background-color: rgba(0,0,0,0.1); @@ -1045,20 +1051,33 @@ input, textarea { background-color: rgba(0,0,0,0.15); } +.doneUser div { + height: 2vw; + line-height: 2vw; + text-align: center; +} + .doneUser img { height: 2vw; width: 2vw; - margin-right: 0.5vw; + margin-bottom: 0.3vw; + + display: inline-block; + vertical-align: middle; + line-height: normal; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; } + .doneUser span { - position: absolute; - top: 32%; - width: 7.5vw; + margin-bottom: 0.3vw; + + display: inline-block; + vertical-align: middle; + line-height: normal; } #toggleButtons { @@ -1103,12 +1122,6 @@ input, textarea { box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.15); } -.workCreator span { - font-weight: 400; - font-size: 1.2vh; - text-align: center; -} - #userTab { width: 0; height: 0; diff --git a/hourglass/client/main/main.html b/hourglass/client/main/main.html index 5cb028b..f0496e1 100644 --- a/hourglass/client/main/main.html +++ b/hourglass/client/main/main.html @@ -4,245 +4,251 @@