Commit 30cd86fe524dd30295b914c1ff0da11878975cb5

Authored by Daniela Feitosa
Committed by Joenio Costa
1 parent 58e4b5a8

Added webkit-border in all places that have moz-border

(ActionItem1548)
public/designs/themes/base/style.css
@@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
3 3
4 .button { 4 .button {
5 -moz-border-radius: 3px; 5 -moz-border-radius: 3px;
  6 + -webkit-border-radius: 3px;
6 } 7 }
7 8
8 #content input.button, #content a.button { 9 #content input.button, #content a.button {
@@ -112,6 +113,7 @@ body, th, td, input { @@ -112,6 +113,7 @@ body, th, td, input {
112 width: 160px; 113 width: 160px;
113 border: 1px solid #BBB; 114 border: 1px solid #BBB;
114 -moz-border-radius: 3px; 115 -moz-border-radius: 3px;
  116 + -webkit-border-radius: 3px;
115 color: #CCC; 117 color: #CCC;
116 } 118 }
117 #user form.focused input { 119 #user form.focused input {
@@ -555,11 +557,14 @@ div#notice { @@ -555,11 +557,14 @@ div#notice {
555 background-color: #EEE; 557 background-color: #EEE;
556 background-position: 4px 50%; 558 background-position: 4px 50%;
557 -moz-border-radius: 4px; 559 -moz-border-radius: 4px;
  560 + -webkit-border-radius: 4px;
558 } 561 }
559 562
560 #content .link-list-block li a.link-this-page { 563 #content .link-list-block li a.link-this-page {
561 -moz-border-radius-topright: 0px; 564 -moz-border-radius-topright: 0px;
562 -moz-border-radius-bottomright: 0px; 565 -moz-border-radius-bottomright: 0px;
  566 + -webkit-border-radius-topright: 0px;
  567 + -webkit-border-radius-bottomright: 0px;
563 background-color: #cecece; 568 background-color: #cecece;
564 max-width: 175px; 569 max-width: 175px;
565 width: 200px; 570 width: 200px;
@@ -786,6 +791,7 @@ X.sep { @@ -786,6 +791,7 @@ X.sep {
786 .controller-search #content .search_form { 791 .controller-search #content .search_form {
787 background: #DDD; 792 background: #DDD;
788 -moz-border-radius: 5px; 793 -moz-border-radius: 5px;
  794 + -webkit-border-radius: 5px;
789 padding: 12px 15px 13px 15px; 795 padding: 12px 15px 13px 15px;
790 position: relative; 796 position: relative;
791 text-align: left; 797 text-align: left;
@@ -813,6 +819,7 @@ X.sep { @@ -813,6 +819,7 @@ X.sep {
813 .controller-search .search-options { 819 .controller-search .search-options {
814 border: 1px solid #777; 820 border: 1px solid #777;
815 -moz-border-radius: 5px; 821 -moz-border-radius: 5px;
  822 + -webkit-border-radius: 5px;
816 } 823 }
817 .controller-search .search-options ul li { 824 .controller-search .search-options ul li {
818 position: relative; 825 position: relative;
@@ -962,6 +969,7 @@ hr.pre-posts, hr.sep-posts { @@ -962,6 +969,7 @@ hr.pre-posts, hr.sep-posts {
962 text-decoration: none; 969 text-decoration: none;
963 padding: 0px 2px; 970 padding: 0px 2px;
964 -moz-border-radius: 3px; 971 -moz-border-radius: 3px;
  972 + -webkit-border-radius: 3px;
965 background: #BBB; 973 background: #BBB;
966 color: #FFF; 974 color: #FFF;
967 } 975 }
@@ -984,6 +992,7 @@ hr.pre-posts, hr.sep-posts { @@ -984,6 +992,7 @@ hr.pre-posts, hr.sep-posts {
984 992
985 .post_comment_box.closed h4 { 993 .post_comment_box.closed h4 {
986 -moz-border-radius: 4px; 994 -moz-border-radius: 4px;
  995 + -webkit-border-radius: 4px;
987 } 996 }
988 997
989 .post_comment_box.opened h4 { 998 .post_comment_box.opened h4 {
@@ -1119,6 +1128,7 @@ hr.pre-posts, hr.sep-posts { @@ -1119,6 +1128,7 @@ hr.pre-posts, hr.sep-posts {
1119 .common-profile-list-block .vcard a:hover { 1128 .common-profile-list-block .vcard a:hover {
1120 border: 1px solid #CCC; 1129 border: 1px solid #CCC;
1121 -moz-border-radius: 5px; 1130 -moz-border-radius: 5px;
  1131 + -webkit-border-radius: 5px;
1122 background: #EEE; 1132 background: #EEE;
1123 text-decoration: none; 1133 text-decoration: none;
1124 } 1134 }
@@ -1137,6 +1147,7 @@ table.profile th { @@ -1137,6 +1147,7 @@ table.profile th {
1137 background-color: #FFF; 1147 background-color: #FFF;
1138 border: 1px solid #EEE; 1148 border: 1px solid #EEE;
1139 -moz-border-radius: 9px; 1149 -moz-border-radius: 9px;
  1150 + -webkit-border-radius: 9px;
1140 margin-bottom: 10px; 1151 margin-bottom: 10px;
1141 } 1152 }
1142 1153
@@ -1149,6 +1160,7 @@ table.profile th { @@ -1149,6 +1160,7 @@ table.profile th {
1149 border: 1px solid #CCC; 1160 border: 1px solid #CCC;
1150 background-color: #EEE; 1161 background-color: #EEE;
1151 -moz-border-radius: 4px; 1162 -moz-border-radius: 4px;
  1163 + -webkit-border-radius: 4px;
1152 } 1164 }
1153 1165
1154 /************************** Control Panel ****************************/ 1166 /************************** Control Panel ****************************/
public/stylesheets/application.css
@@ -132,6 +132,7 @@ div#notice { @@ -132,6 +132,7 @@ div#notice {
132 background-color: #000; 132 background-color: #000;
133 color: white; 133 color: white;
134 -moz-border-radius: 15px; 134 -moz-border-radius: 15px;
  135 + -webkit-border-radius: 15px;
135 font-size: 16px; 136 font-size: 16px;
136 font-weight: bold; 137 font-weight: bold;
137 z-index: 100000; 138 z-index: 100000;
@@ -454,6 +455,7 @@ div.pending-tasks { @@ -454,6 +455,7 @@ div.pending-tasks {
454 #content #not-found, 455 #content #not-found,
455 #content #access-denied { 456 #content #access-denied {
456 -moz-border-radius: 6px; 457 -moz-border-radius: 6px;
  458 + -webkit-border-radius: 6px;
457 } 459 }
458 460
459 #content #not-found p, 461 #content #not-found p,
@@ -3100,6 +3102,7 @@ h1#agenda-title { @@ -3100,6 +3102,7 @@ h1#agenda-title {
3100 .controller-profile_editor .control-panel a:hover { 3102 .controller-profile_editor .control-panel a:hover {
3101 background-color: #d2e0f0; 3103 background-color: #d2e0f0;
3102 -moz-border-radius: 3px; 3104 -moz-border-radius: 3px;
  3105 + -webkit-border-radius: 3px;
3103 } 3106 }
3104 3107
3105 .controller-profile_editor a.control-panel-groups { background-image: url(../images/control-panel/system-users.png) } 3108 .controller-profile_editor a.control-panel-groups { background-image: url(../images/control-panel/system-users.png) }