Changeset 91316 in spip-zone
- Timestamp:
- Aug 10, 2015, 11:23:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/bootstrap/trunk/bootstrap2spip/css/forms.less
r90641 r91316 4 4 5 5 /* Surcharge RTL */ 6 .form-search .input-append input + .btn-group .btn:last-child { 7 .border-radius(0 14px 14px 0); 8 } 6 9 .rtl { 7 10 .form-search .input-append .search-query { 8 11 .border-radius(0 14px 14px 0); 9 12 } 13 .form-search .input-append input + .btn-group .btn:last-child, 10 14 .form-search .input-append .btn { 11 .border-radius(14px 0 0 14px);15 .border-radius(14px 0 0 14px); 12 16 } 13 17 .form-search .input-prepend .search-query { 14 .border-radius(14px 0 0 14px);18 .border-radius(14px 0 0 14px); 15 19 } 16 20 .form-search .input-prepend .btn { 17 .border-radius(0 14px 14px 0);21 .border-radius(0 14px 14px 0); 18 22 } 19 23 }
Note: See TracChangeset
for help on using the changeset viewer.