PluginProbe
Catch Web Tools / trunk
Catch Web Tools vtrunk
trunk 0.1 0.2 0.3 0.4 1.0 1.1 1.2 1.3 1.4 1.4.1 1.5 1.5.1 1.5.2 1.6 1.7 1.8 1.8.1 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 All 58 releases
catch-web-tools / admin / css / catch-updater-admin.css

catch-updater-admin.css in Catch Web Tools trunk, at admin/css/catch-updater-admin.css

59 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Admin Css
3 *
4 * @package catch-updater
5 *
6 * @since catch-updater 0.1
7 */
8 .wp-admin.theme-install-php .wrap p.install-help {
9 color: #999;
10 font-size: 18px;
11 font-style: normal;
12 margin: 0;
13 padding: 40px 0 0;
14 text-align: center;
15 }
16
17 .wp-admin.theme-install-php .wrap .wp-upload-form {
18 background-color: #fafafa;
19 border: 1px solid #e5e5e5;
20 margin: 30px auto;
21 max-width: 380px;
22 padding: 30px;
23
24 }
25 .wp-admin.theme-install-php .wrap #catch-updater-main {
26 clear: both;
27 display: block;
28 margin: 0;
29 }
30 #catch-updater-main h3,
31 #catch-updater-main p {
32 margin: 0;
33 padding-bottom: 15px;
34 }
35 #catch-updater-main p {
36 padding-top: 10px;
37 }
38 #catch-updater-main #more_options_show_button {
39 margin-bottom: 15px;
40 }
41 #catch-updater-main #install-theme-submit { }
42
43 #catch-updater-main textarea{
44 width: 100%;
45 }
46 #catch-updater-main p label {
47 display: inline-block;
48 width: 50%;
49 }
50 #more_options {
51 display: none;
52 }
53
54 @media only screen and (max-width:1120px) {
55 .wp-admin.theme-install-php .wrap .wp-upload-form {
56 margin:20px 0;
57 max-width:100%;
58 }
59 }