diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-27 21:04:10 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-27 21:04:10 +1000 |
| commit | 299df65290ef028a997bcfed888b2230ee750f36 (patch) | |
| tree | efb2121a68fc45e100adff16988168281d373ef8 /static/theme.css | |
| parent | 9af98b0382bb8d58b12d45860afd861ec8b04cb4 (diff) | |
Add optional title and description to video upload
Diffstat (limited to 'static/theme.css')
| -rw-r--r-- | static/theme.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/static/theme.css b/static/theme.css index e65094b..13c5e12 100644 --- a/static/theme.css +++ b/static/theme.css @@ -99,7 +99,7 @@ main { background: #282a2e; box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2); overflow-x: hidden; - overflow-x: auto; + overflow-y: auto; } #playlist > a { @@ -239,6 +239,18 @@ main { .clear_both { clear:both; } + +textarea { + border-radius:10px; + -moz-border-radius:10px; + -ms-border-radius:10px; + -o-border-radius:10px; + -webkit-border-radius:10px; + border:1px solid #ccc; + font-size:14pt; + padding:5px 10px; +} + input { border-radius:10px; -moz-border-radius:10px; |
