Changeset 9262 for sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php
- Timestamp:
- 11/07/2019 05:16:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php
r9177 r9262 28 28 } 29 29 30 .page-template-anon-upload-template-php #footer {31 position: absolute;32 bottom: 0;33 right: 0;34 left: 0;35 }36 37 30 .video-upload { 38 padding-bottom: 70px;31 width: 100%; 39 32 } 40 33 … … 49 42 .video-upload-left { 50 43 max-width: 550px; 44 margin: 15px; 51 45 } 52 46 … … 55 49 width: 390px; 56 50 margin: -25px 0 25px; 51 } 52 53 @media screen and ( max-width: 920px ) { 54 .video-upload-right { 55 float: none; 56 width: auto; 57 margin: 0 10px; 58 } 57 59 } 58 60 … … 73 75 float: left; 74 76 font-weight: bold; 77 } 78 79 @media screen and ( max-width: 500px ) { 80 .video-upload-left p > label, 81 .video-upload-left div > label { 82 width: 100%; 83 } 75 84 } 76 85 … … 94 103 background-color: #fff; 95 104 padding: 4px; 96 width: 329px;105 width: 96%; 97 106 max-width: 329px; 98 107 } 99 108 100 109 .video-upload-left ul.cats-checkboxes { 101 margin-left: 130px;102 110 height: 150px; 103 111 overflow: auto;
Note: See TracChangeset
for help on using the changeset viewer.