github.com/rpdict/ponzu@v0.10.1-0.20190226054626-477f29d6bf5e/system/admin/static/dashboard/css/admin.css (about) 1 .navbar-fixed { 2 z-index: 10000 !important; 3 } 4 5 .nav-wrapper { 6 width: 95%; 7 max-width: 1300px; 8 margin: auto; 9 } 10 11 .nav-wrapper a:hover { 12 color: inherit !important; 13 } 14 15 .admin-ui { 16 width: 95%; 17 max-width: 1300px; 18 margin: 1% auto; 19 } 20 21 .init { 22 float: none !important; 23 margin: auto !important; 24 } 25 26 .manager { 27 margin-bottom: 2%; 28 } 29 30 .left-nav .row li a { 31 padding: 10px 0; 32 transition: color 0.3s ease; 33 } 34 35 .left-nav .card-title { 36 margin-top: 10px !important; 37 } 38 39 .left-nav .card-title:first-child { 40 margin-top: 0px !important; 41 } 42 43 .col.card-title { 44 padding: 0px !important; 45 } 46 47 ul.posts li, ul.users li { 48 display: block; 49 margin: 0 0 20px 0; 50 padding: 0 0 20px 0 !important; 51 border-bottom: solid 1px #e0e0e0; 52 } 53 54 ul.posts li:last-child { 55 border-bottom: none; 56 margin: 0 !important; 57 padding: 0 !important; 58 } 59 60 .post-search .search { 61 margin: 0px !important; 62 } 63 64 65 .post-search .search-icon { 66 position: absolute; 67 top: 0px; 68 right: 0px; 69 } 70 71 .post-search { 72 position: relative; 73 } 74 75 li a { 76 transition: color 0.3s ease; 77 } 78 79 li a:hover { 80 color: #333; 81 transition: color 0.3s ease; 82 } 83 84 a.new-post, a.export-post { 85 margin: 0.5rem 0 1rem 0.75rem; 86 } 87 88 textarea { 89 margin: 20px auto; 90 display: block; 91 } 92 93 .material-icons { 94 line-height: 1.4; 95 } 96 97 .clear { 98 clear: both; 99 display: block; 100 } 101 102 .clear.padding { 103 padding: 10px 0; 104 } 105 106 select.browser-default { 107 margin: 10px 0; 108 } 109 110 .iso-texteditor { 111 position: relative; 112 margin: 20px 0; 113 padding: 0px !important; 114 } 115 116 .file-input .preview { 117 display: inline-block; 118 position: relative; 119 margin: 0.5rem 0 1rem 0; 120 background-color:#fff; 121 border: 1px solid #e0e0e0; 122 border-radius: 2px; 123 } 124 125 .file-input .preview .img-clip { 126 overflow: hidden; 127 max-width: 300px; 128 margin: 10px; 129 } 130 131 .file-input .preview img { 132 width: 100%; 133 } 134 135 .file-input .preview .reset { 136 padding: 0 8px; 137 position: absolute; 138 top: -5%; 139 right: -5%; 140 display: block; 141 border-radius: 50%; 142 z-index: 100; 143 opacity: 0; 144 transition: opacity 0.3s ease; 145 } 146 147 .file-input .preview:hover .reset { 148 opacity: 1; 149 transition: opacity 0.3s ease; 150 } 151 152 footer p { 153 color: #9e9e9e; 154 } 155 156 .post-controls .save-post, .post-controls .approve-post { 157 margin-left: 10px; 158 } 159 160 span.post-detail { 161 font-size: 11px; 162 color: #9e9e9e; 163 font-style: italic; 164 } 165 166 .quick-delete-post, .delete-user { 167 display: none; 168 } 169 170 li:hover .quick-delete-post, li:hover .delete-user { 171 display: inline-block; 172 } 173 174 .quick-delete-post span, .delete-user span { 175 cursor: pointer; 176 color: #F44336; 177 text-transform: uppercase; 178 font-size: 11px; 179 font-weight: bold; 180 margin-right: 20px; 181 } 182 183 .user-management { 184 padding: 20px; 185 } 186 187 .controls button { 188 padding: 0px 10px 5px 10px; 189 position: relative; 190 top: -10px; 191 } 192 193 tr.default-fields, tr.editor-fields { 194 margin-top: 20px; 195 margin-bottom: 20px; 196 } 197 198 .addon-meta a { 199 color: #7e7e7e; 200 text-decoration: underline; 201 font-style: italic; 202 } 203 204 .addon-meta { 205 display: block; 206 color: #9e9e9e; 207 font-size: 12px; 208 } 209 210 /* OVERRIDE Bootstrap + Materialize conflicts */ 211 .iso-texteditor.input-field label { 212 color: #9e9e9e; 213 position: absolute; 214 top: 0.8rem; 215 left: 0.75rem; 216 font-size: 0.8rem; 217 display: block; 218 font-weight: normal !important; 219 cursor: text; 220 transition: .2s ease-out; 221 -webkit-transform: translateY(-140%); 222 -moz-transform: translateY(-140%); 223 -ms-transform: translateY(-140%); 224 -o-transform: translateY(-140%); 225 transform: translateY(-140%); 226 } 227 228 .chips { 229 margin-top: 10px; 230 } 231 232 .external.post-controls .col.input-field { 233 margin-top: 40px; 234 padding: 0; 235 } 236 237 .approve-details { 238 text-align: right; 239 padding: 10px 0 !important; 240 } 241 242 select { 243 border: 1px solid #e2e2e2; 244 height: 2.5rem; 245 } 246 247 .note-editor * { 248 max-width: 100%; 249 }