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