|
1 |
|
2 input[type=button]{cursor:pointer;padding:5px;cursor:pointer;} |
|
3 input[type=submit]{cursor:pointer;padding:5px;cursor:pointer;} |
|
4 fieldset {border:1px solid gray; padding:0px 5px 10px 10px; } |
|
5 label {font-size:13px !important} |
|
6 |
|
7 .no-select {user-select: none; -o-user-select:none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none;} |
|
8 div.ie-simulated-overlay {background-color:#dfdfdf; filter:alpha(opacity=60); opacity:0.6;} |
|
9 |
|
10 /*PAGE-MAIN: Toolbar*/ |
|
11 div.dup-header {padding:5px 10px 0px 0px;border:1px solid #efefef; margin:10px 0px 18px 0px; border-radius:5px;box-shadow: 0 8px 6px -6px #C7C7C7;} |
|
12 table#toolbar-table td {padding:0px; white-space:nowrap;} |
|
13 td.toolbar-label label {font-size:14px !important; margin-top:7px; display:inline-block; font-weight:bold} |
|
14 td.toolbar-textbox {white-space:nowrap;width:100%; vertical-align:middle} |
|
15 img.toolbar-divider {height:26px; padding:0px 5px 0px 5px} |
|
16 input#dup-btn-about {width:28px; height:27px;background:url(../img/about.png) no-repeat 4px 4px; margin-left:-1px} |
|
17 input.btn-create-pack{width:28px; height:27px;background:url(../img/create.png) no-repeat 4px 3px;} |
|
18 input#btn-delete-pack{width:28px; height:27px;background:url(../img/delete.png) no-repeat 5px 4px;} |
|
19 input.btn-opts-dialog {width:28px;height:27px;background:url(../img/options.png) no-repeat 5px 4px;} |
|
20 input.btn-sys-dialog {width:28px; height:27px;background:url(../img/sys-check.png) no-repeat 5px 4px;} |
|
21 input.btn-log-dialog {width:28px; height:27px;background:url(../img/debug.png) no-repeat 5px 4px;} |
|
22 input#btn-help-dialog {width:28px;height:27px; background:url(../img/help.png) no-repeat 5px 4px; } |
|
23 input.btn-setup-link {width:28px; background:url(../img/setup.png) no-repeat 5px 4px;} |
|
24 input#btn-contribute-dialog {width:28px; height:27px; background:url(../img/partner.png) no-repeat 3px 3px;} |
|
25 img.btn-delete-all {height:16px; width:16px;margin-left:2px} |
|
26 |
|
27 |
|
28 /*PAGE-MAIN: Table package details */ |
|
29 table.dup-pack-table {word-break:break-all;} |
|
30 table.dup-pack-table th {white-space:nowrap !important;} |
|
31 table.dup-pack-table td.pack-name {text-overflow:ellipsis; white-space:nowrap} |
|
32 tr.dup-pack-info td {white-space:nowrap; padding:12px 30px 0px 7px;} |
|
33 tr.dup-pack-info td.get-btns {text-align:right; padding:3px 5px 6px 0px !important;} |
|
34 td.dup-pack-details {display:none; padding-left:10px; line-height:22px;background-color:#fff;} |
|
35 div.dup-details-area {margin:5px 0px 15px 0px; padding:4px; border:1px solid #dfdfdf; border-radius:2px; box-shadow: 0 8px 6px -6px #999;} |
|
36 button.dup-button-selected {border:1px solid #777;} |
|
37 button.dup-dlg-quick-path-database-link {white-space:nowrap} |
|
38 button.dup-dlg-quick-path-download-link {white-space:nowrap} |
|
39 |
|
40 /*PAGE-ABOUT: */ |
|
41 .dup-drop-cap:first-child:first-letter { float: left; color: #777; font-size:40px; line-height: 30px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; } |
|
42 div.dup-spread-word {display:inline-block; border:1px solid red; text-align:center} |
|
43 div.dup-spread-word-arrow {display:inline-block; font-size:40px; font-weight:bold; } |
|
44 div.dup-wrap {line-height:20px} |
|
45 table.dup-support-table {border-spacing:8px;} |
|
46 div.dup-support-cell {border:1px solid silver; box-shadow:inset 0 0 10px #C7C7C7, 0 8px 6px -6px #999; border-radius:10px; height:70px; width:150px; float:left; margin:0px 20px 0px 10px; padding:4px} |
|
47 div.dup-support-cell:hover {background-color:#efefef; cursor:pointer} |
|
48 div.dup-support-txts {padding:10px 0px 0px 0px} |
|
49 @-webkit-keyframes approve-keyframe { |
|
50 from {-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);} |
|
51 to {-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(30deg);} |
|
52 } |
|
53 img#dup-about-approved { -webkit-animation:approve-keyframe 19s 1s infinite alternate backwards } |
|
54 |
|
55 |
|
56 /*DIALOG: Options view*/ |
|
57 form#form-duplicator-opts input[type=checkbox] {margin-top:3px} |
|
58 form#form-duplicator-opts fieldset {border-radius:4px; border:1px solid silver; line-height:23px} |
|
59 div#dup-tabs-opts {height:500px} |
|
60 input.txt-settings {width:450px} |
|
61 input.btn-save-opts {width:80px} |
|
62 |
|
63 /*DIALOG: system check*/ |
|
64 div#dup-sys-check-data {width:99%; height:90%; font-size:11px; padding:5px; line-height:20px; } |
|
65 ul#dup-sys-check-data-reqs {line-height:16px} |
|
66 div#dup-sys-check-data li {margin:0px} |
|
67 div#dup-system-err-msg1 {width:99%; height:125px; font-size:11px; border:1px solid silver; border-radius:5px; overflow-y:scroll; padding:8px;} |
|
68 div#dup-system-err-msg2 {width:99%; height:175px; font-size:11px; border:1px solid silver; border-radius:5px; overflow-y:scroll; padding:8px;} |
|
69 div.dup-sys-check-data-details {display:none; padding:5px; border:1px dotted silver; border-radius:4px; line-height:16px; background-color:#efefef; font-weight:normal} |
|
70 div.dup-sys-check-title {display:inline-block; width:250px; padding:1px; } |
|
71 div.dup-sys-pass {display:inline-block; color:green;} |
|
72 div.dup-sys-ok {display:inline-block; color:#5860C7;} |
|
73 div.dup-sys-fail {display:inline-block; color:#AF0000;} |
|
74 span.dup-toggle {float:left; margin:0 2px 2px 0; } |
|
75 hr.dup-dots { border:none; border-top: 1px dotted silver; height: 1px; width:100%;} |
|
76 |
|
77 /*DIALOG: server info (diagnostics) */ |
|
78 div#dup-server-info-area { padding:10px 5px; } |
|
79 div#dup-server-info-area table { padding: 1px; background: #dfdfdf; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; width:100% !important; box-shadow: 0 8px 6px -6px #777; } |
|
80 div#dup-server-info-area td, th {padding:3px; background:#fff; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;} |
|
81 div#dup-server-info-area tr.h img { display:none; } |
|
82 div#dup-server-info-area tr.h td{ background:none; } |
|
83 div#dup-server-info-area tr.h th{ text-align:center; background-color:#efefef; } |
|
84 div#dup-server-info-area td.e{ font-weight:bold } |
|
85 |
|
86 /*JQUERY UI OVERIDES */ |
|
87 .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .2em 1em .2em 2.1em; } |
|
88 |
|
89 |
|
90 |
|
91 |