Changeset 1222888
- Timestamp:
- 08/17/2015 05:28:10 PM (11 years ago)
- Location:
- ratings
- Files:
-
- 2 edited
-
tags/1.0.0/assets/admin.css (modified) (3 diffs)
-
trunk/assets/admin.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ratings/tags/1.0.0/assets/admin.css
r1220828 r1222888 29 29 .ratings_widget_area_block_line input:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;} 30 30 .ratings_widget_area_label_divider{ 31 float:left;width: 30px;line-height: 28px;31 float:left;width: 30px;line-height: 28px; 32 32 } 33 33 .ratings_widget_area_block_line .ratings_widget_area_upload_image_button{ 34 float:left;width: 100px !important;margin-left: 5px;34 float:left;width: 100px !important;margin-left: 5px; 35 35 } 36 36 .ratings_widget_area_block_line .ratings_widget_area_clear_image_button{ 37 float:left;width: 100px !important;margin-left: 5px;display: none;37 float:left;width: 100px !important;margin-left: 5px;display: none; 38 38 } 39 39 .ratings_widget_area_img_preview{ 40 float: left;height: 26px;width:26px;margin: 1px 0 0 5px;40 float: left;height: 26px;width:26px;margin: 1px 0 0 5px; 41 41 } 42 42 .ratings_widget_area_block_line.with_image .ratings_widget_area_upload_image_button{ 43 display: none;43 display: none; 44 44 } 45 45 .ratings_widget_area_block_line.with_image .ratings_widget_area_clear_image_button{ 46 display: block;46 display: block; 47 47 } 48 48 49 49 #vot_result_page{ 50 float:left;width: 100%;padding: 5px 0;50 float:left;width: 100%;padding: 5px 0; 51 51 } 52 52 .rate_val{ 53 font-weight: bold;font-size: 20px;53 font-weight: bold;font-size: 20px; 54 54 } 55 55 .ratings_widget_area_block_line .default_rates{ 56 float: left;width: auto;margin: 0px 0 0 20px;padding: 0;list-style: none;56 float: left;width: auto;margin: 0px 0 0 20px;padding: 0;list-style: none; 57 57 } 58 58 .ratings_widget_area_block_line .default_rates li{ 59 float: left;margin: 0 2px 0 0;padding: 0;border:2px solid #ccc;height: 24px;width: 24px;cursor: pointer;60 -moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;59 float: left;margin: 0 2px 0 0;padding: 0;border:2px solid #ccc;height: 24px;width: 24px;cursor: pointer; 60 -moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px; 61 61 } 62 62 .ratings_widget_area_block_line .default_rates li:hover{ 63 border-color: #999;63 border-color: #999; 64 64 } 65 65 .ratings_widget_area_block_line .default_rates li.active{ 66 border-color: #00A0D2;background-color: #FFF;66 border-color: #00A0D2;background-color: #FFF; 67 67 } 68 68 .ratings_widget_area_block_line .default_rates li.rate_1{background-image: url(vote_faces.png);background-position: right 0;background-repeat: no-repeat;} … … 73 73 74 74 .table_box{ 75 float:left;width: 45%;margin: 0 2% 10px;75 float:left;width: 45%;margin: 0 2% 10px; 76 76 } 77 77 .table_box h3{ 78 float:left;margin-top:0;78 float:left;margin-top:0; 79 79 } 80 80 .percent{ 81 float: left;width: 100%;position: relative;border: 1px solid #ccc;81 float: left;width: 100%;position: relative;border: 1px solid #ccc; 82 82 } 83 83 .percent .percent_progress{ 84 position: absolute;left: 0;top:0;height: 100%;background: #d9fff7;z-index: 0;border-right: 1px solid #ccc;84 position: absolute;left: 0;top:0;height: 100%;background: #d9fff7;z-index: 0;border-right: 1px solid #ccc; 85 85 } 86 86 .percent a{ 87 position: relative;z-index: 1;font-weight: bold;left: 5px;87 position: relative;z-index: 1;font-weight: bold;left: 5px; 88 88 } 89 89 /*default style */ 90 .form-saved-settings { 91 float:left; 92 } 93 90 94 @media only screen and (max-width: 960px) { 91 95 /* 92 96 tablet computer 93 97 */ 98 .form-saved-settings { 99 margin-left:10px; 100 } 94 101 } 95 102 @media only screen and (max-width: 1124px) { 103 .form-saved-settings { 104 margin-left:15px; 105 } 96 106 } 97 107 @media only screen and (max-width: 758px) { … … 99 109 vertical tablet computer 100 110 */ 111 .form-saved-settings { 112 margin-left:8px; 113 } 101 114 } 102 115 @media only screen and (max-width: 524px) { 103 116 /*phone*/ 104 117 .form-saved-settings { 118 margin-left:6px; 105 119 } 120 } -
ratings/trunk/assets/admin.css
r1220828 r1222888 29 29 .ratings_widget_area_block_line input:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;} 30 30 .ratings_widget_area_label_divider{ 31 float:left;width: 30px;line-height: 28px;31 float:left;width: 30px;line-height: 28px; 32 32 } 33 33 .ratings_widget_area_block_line .ratings_widget_area_upload_image_button{ 34 float:left;width: 100px !important;margin-left: 5px;34 float:left;width: 100px !important;margin-left: 5px; 35 35 } 36 36 .ratings_widget_area_block_line .ratings_widget_area_clear_image_button{ 37 float:left;width: 100px !important;margin-left: 5px;display: none;37 float:left;width: 100px !important;margin-left: 5px;display: none; 38 38 } 39 39 .ratings_widget_area_img_preview{ 40 float: left;height: 26px;width:26px;margin: 1px 0 0 5px;40 float: left;height: 26px;width:26px;margin: 1px 0 0 5px; 41 41 } 42 42 .ratings_widget_area_block_line.with_image .ratings_widget_area_upload_image_button{ 43 display: none;43 display: none; 44 44 } 45 45 .ratings_widget_area_block_line.with_image .ratings_widget_area_clear_image_button{ 46 display: block;46 display: block; 47 47 } 48 48 49 49 #vot_result_page{ 50 float:left;width: 100%;padding: 5px 0;50 float:left;width: 100%;padding: 5px 0; 51 51 } 52 52 .rate_val{ 53 font-weight: bold;font-size: 20px;53 font-weight: bold;font-size: 20px; 54 54 } 55 55 .ratings_widget_area_block_line .default_rates{ 56 float: left;width: auto;margin: 0px 0 0 20px;padding: 0;list-style: none;56 float: left;width: auto;margin: 0px 0 0 20px;padding: 0;list-style: none; 57 57 } 58 58 .ratings_widget_area_block_line .default_rates li{ 59 float: left;margin: 0 2px 0 0;padding: 0;border:2px solid #ccc;height: 24px;width: 24px;cursor: pointer;60 -moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;59 float: left;margin: 0 2px 0 0;padding: 0;border:2px solid #ccc;height: 24px;width: 24px;cursor: pointer; 60 -moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px; 61 61 } 62 62 .ratings_widget_area_block_line .default_rates li:hover{ 63 border-color: #999;63 border-color: #999; 64 64 } 65 65 .ratings_widget_area_block_line .default_rates li.active{ 66 border-color: #00A0D2;background-color: #FFF;66 border-color: #00A0D2;background-color: #FFF; 67 67 } 68 68 .ratings_widget_area_block_line .default_rates li.rate_1{background-image: url(vote_faces.png);background-position: right 0;background-repeat: no-repeat;} … … 73 73 74 74 .table_box{ 75 float:left;width: 45%;margin: 0 2% 10px;75 float:left;width: 45%;margin: 0 2% 10px; 76 76 } 77 77 .table_box h3{ 78 float:left;margin-top:0;78 float:left;margin-top:0; 79 79 } 80 80 .percent{ 81 float: left;width: 100%;position: relative;border: 1px solid #ccc;81 float: left;width: 100%;position: relative;border: 1px solid #ccc; 82 82 } 83 83 .percent .percent_progress{ 84 position: absolute;left: 0;top:0;height: 100%;background: #d9fff7;z-index: 0;border-right: 1px solid #ccc;84 position: absolute;left: 0;top:0;height: 100%;background: #d9fff7;z-index: 0;border-right: 1px solid #ccc; 85 85 } 86 86 .percent a{ 87 position: relative;z-index: 1;font-weight: bold;left: 5px;87 position: relative;z-index: 1;font-weight: bold;left: 5px; 88 88 } 89 89 /*default style */ 90 .form-saved-settings { 91 float:left; 92 } 93 90 94 @media only screen and (max-width: 960px) { 91 95 /* 92 96 tablet computer 93 97 */ 98 .form-saved-settings { 99 margin-left:10px; 100 } 94 101 } 95 102 @media only screen and (max-width: 1124px) { 103 .form-saved-settings { 104 margin-left:15px; 105 } 96 106 } 97 107 @media only screen and (max-width: 758px) { … … 99 109 vertical tablet computer 100 110 */ 111 .form-saved-settings { 112 margin-left:8px; 113 } 101 114 } 102 115 @media only screen and (max-width: 524px) { 103 116 /*phone*/ 104 117 .form-saved-settings { 118 margin-left:6px; 105 119 } 120 }
Note: See TracChangeset
for help on using the changeset viewer.