Changeset 1170:c14adde5e5e7
- Timestamp:
- 07/11/13 21:49:05 (12 years ago)
- Branch:
- default
- Parents:
- 1169:ad8a95442171 (diff), 1168:43c68ea98a39 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/jsUpload/style.css
r1169 r1170 1 1 .enhanced_uploader .button { 2 display: inline-block; 3 *display: inline; 4 border-radius: .2em; 5 outline: none; 6 text-decoration: none; 7 text-align: center; 8 cursor: pointer; 9 margin-right: 4px; 10 padding: .1em .5em 0 .5em; 11 font-size: 1em; 12 font-family: Helvetica,Arial,sans-serif; 13 float: left; 14 background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#f5f5f5)); 15 border: 1px solid #DFDFDF; 2 display: inline-block; 3 *display: inline; 4 5 border-radius: .2em; 6 background: #2373A8; 7 background: -webkit-gradient(linear, left top, left bottom, from(#2C8FD1), to(#2373A8)); 8 background: -moz-linear-gradient(center top , #2C8FD1, #2373A8) repeat scroll 0 0 transparent; 9 outline: none; 10 border: 1px solid #2373A8; 11 text-decoration: none; 12 text-shadow: 0 1px 1px rgba(0,0,0,.3); 13 text-align: center; 14 cursor: pointer; 15 color: #fff; 16 font-size: 1em; 17 margin-right: 4px; 18 margin-bottom: .5em; 19 padding: .1em .5em 0 .5em; 20 float: left; 16 21 } 17 22 18 .enhanced_uploader .button.start { 19 background: #2373A8; 20 background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1)); 21 background: -moz-linear-gradient(top, #2373A8, #2C8FD1); 22 text-shadow: 0 1px 1px rgba(0,0,0,.3); 23 color: #fff; 24 border: 1px solid #2373A8; 23 .enhanced_uploader .button:hover { 24 background: #2373A8; 25 background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1)); 26 background: -moz-linear-gradient(center top , #2373A8, #2C8FD1) repeat scroll 0 0 transparent; 27 border: 1px solid #2C8FD1; 25 28 } 26 29 27 .enhanced_uploader .button.start:hover { 28 background: #2373A8; 29 border: 1px solid #2C8FD1; 30 .enhanced_uploader .add, .enhanced_uploader .clean, .enhanced_uploader .cancel { 31 text-shadow: none; 32 color: #000; 33 background: #F5F5F5; 34 background: -moz-linear-gradient(center top , #F5F5F5, #DFDFDF) repeat scroll 0 0 transparent; 35 border: 1px solid #CCCCCC; 36 } 37 38 .enhanced_uploader .button.add:hover, .enhanced_uploader .button.clean:hover, .enhanced_uploader .button.cancel:hover { 39 background: #DFDFDF; 40 background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#F5F5F5)); 41 background: -moz-linear-gradient(center top , #DFDFDF, #F5F5F5) repeat scroll 0 0 transparent; 42 border: 1px solid #CCCCCC; 43 } 44 45 .enhanced_uploader .upload-filecancel { 46 border: none; 47 } 48 49 .enhanced_uploader .add { 50 margin-right: 4em; 30 51 } 31 52 32 53 .enhanced_uploader .cancel, .enhanced_uploader .clean, .enhanced_uploader .start { 33 margin-top: 0;54 margin-left: .5em; 34 55 } 35 56 36 57 .enhanced_uploader #upfile { 37 width: 0;38 height: 0;39 visibility: hidden;40 41 42 43 58 visibility: hidden; 59 width: 0; 60 height: 0; 61 margin: 0; 62 opacity: 0; 63 filter: alpha(opacity=0); 64 cursor: pointer; 44 65 } 45 66 46 67 .button.clean, .button.cancel, .button.add, .enhanced_uploader .fileupload-buttonbar .button.start { 47 68 display: none; 48 69 } 49 70 50 71 .enhanced_uploader .button.add { 51 72 display: inline-block; 52 73 } 53 74 54 75 .enhanced_uploader .max-size { 55 76 display: block; 56 77 } 57 78 58 79 .enhanced_uploader .one-file { 59 80 display: none; 60 81 } 61 82 62 83 label span.one-file { 63 84 display: inline; 64 85 } 65 86 66 87 /* files */ 67 88 .upload-msg { 68 89 font-weight: bold; 69 90 } 70 91 71 92 .upload-msg.upload-error { 72 93 color: #c00; 73 94 } 74 95 75 96 .upload-files { 76 77 97 padding: 0 0.5em; 98 margin: 10px 0; 78 99 } 79 100 80 101 .upload-file { 81 82 102 margin: 0 0 8px 0; 103 position: relative; 83 104 } 84 105 85 106 .upload-fileinfo { 86 107 margin-left: 16px; 87 108 } 88 109 89 110 .upload-fileinfo .upload-filecancel { 90 91 92 93 94 95 96 97 111 display: block; 112 margin-top: 3px; 113 width: 20px; 114 height: 20px; 115 background: transparent url("cancel.png") no-repeat left top; 116 text-indent: -1000px; 117 cursor: pointer; 118 float: left; 98 119 } 99 120 100 121 .upload-filemsg { 101 102 122 font-weight: bold; 123 color: green; 103 124 } 104 125 105 126 .upload-filemsg.upload-error { 106 127 color: #c00; 107 128 } 108 129 109 130 .upload-progress { 110 131 padding: 0 1em; 111 132 } 112 133 113 134 .upload-progress div { 114 height: 10px; 115 width: 0; 116 font-size: 0.8em; 117 line-height: 1em; 118 height: 1em; 119 padding: .2em 0; 120 text-align: right; 121 background: green url(loader.png) repeat-x left top; 122 color: white; 123 font-weight: bold; 124 border-radius: 2px; 135 width: 0; 136 height: 1em; 137 padding: .2em 0; 138 font-size: 0.8em; 139 font-weight: bold; 140 line-height: 1em; 141 text-align: right; 142 background: green url("loader.png") repeat-x left top; 143 color: white; 144 border-radius: 2px; 125 145 }
Note: See TracChangeset
for help on using the changeset viewer.