diff --git a/lib/file-folder-properties.css b/lib/file-folder-properties.css index 0140358..13c8930 100644 --- a/lib/file-folder-properties.css +++ b/lib/file-folder-properties.css @@ -16,14 +16,13 @@ table, caption, tbody, tfoot, thead, tr, th, td { vertical-align: top; } -body {overflow: hidden; - -webkit-user-select: none; - -moz-user-select: none; - -o-user-select:none; - user-select: none; -} +body {overflow: hidden;} h1 {font-size: 36px; font-weight: normal; color: #888; margin-bottom: 20px} +th {padding-left: 23px; padding-bottom: 5px} +th, td {text-align: left; font-size: 10px} .properties {font-family: arial, verdana, helvetica, sans-serif; background-color: #1c1c19; color: #fff; padding: 20px} -.properties .column {display: inline-block; width: 220px; font-size: 10px; float: left} \ No newline at end of file +.properties .column {display: inline-block; width: 210px; font-size: 10px; float: left} + +.properties .update {position: absolute; bottom: 0; right: 20px; padding: 5px 10px; font-size: 18px; background-color: rgba(0,198,255,0.7); opacity: 0.1; cursor: pointer} \ No newline at end of file