diff --git a/static/styles/global.css b/static/styles/global.css index 2c56368..ea63686 100755 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -11,17 +11,35 @@ font-size: 110%; } -.box_addartists .add_form { +.sidebar .box .add_form { display: flex; } -.box_addartists .add_form #AddArtists { +.sidebar .box .add_form input[type=text] { flex-grow: 1; -} -.box_addartists .add_form #AddArtists #artist{ box-sizing: border-box; width: 100%; } +input, textarea { + border: 1px solid #c7c7c7; + background-color: white; + padding: 10px 9px; + color: black; + outline: none; +} + +select { + padding: 5px 10px; + background-color: white; + border: 1px solid #c7c7c7; + color: black; + border-radius: 0px; + outline: 0; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + h2 .group_cat { height: 16px; width: 16px; @@ -78,6 +96,15 @@ div.collage_image { width: 20%; } +button, input[type=button], input[type=submit] { + cursor: pointer; + background: #fff; + font-size: 11px; + padding: 10px 9px; + border: none; + color: #000; +} + .selected a { font-weight: bold; text-decoration: underline; @@ -216,40 +243,6 @@ div#AddArtists a { width: 95% } -.rippywrap { - z-index: 25; - display: block; - position: fixed; - color: black; - text-align: center; - width: 190px; - height: 180px; - bottom: 0px; - right: 0px; - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.rippywrap div.rippy { - z-index: 25; - height: 111px; - width: 190px; - position: fixed; - bottom: 0px; - right: 0px; - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - - td.label { vertical-align: top; } @@ -853,6 +846,10 @@ div.torrent_artists { width: 100%; } +.mediainfo td { + vertical-align: top; +} + .flex { display: flex; }