/modules/mod_base/lib/css/zp-formreplace.css
https://code.google.com/p/zotonic/ · CSS · 50 lines · 24 code · 5 blank · 21 comment · 0 complexity · 2538c69143b07ca9e7ad28e869362bd5 MD5 · raw file
- /* Formreplace styesheet.
- ----------------------------------------------------------
- @package: Zotonic 2009
- @Author: Tim Benniks <tim@timbenniks.nl>
- Copyright 2009 Tim Benniks
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- ---------------------------------------------------------- */
- .do_fieldreplace {
- position: absolute;
- left: -9999px;
- visibility: hidden;
- }
- .zp-radio-replacement,
- .zp-checkbox-replacement {
- width: 16px;
- height: 16px;
- float: left;
- display: block;
- background: url(/lib/images/form-elements.png) no-repeat 0 -3px;
- margin: 1px 1px 0 0;
- cursor: pointer;
- }
- .zp-radio-replacement {
- background-position: 0 -290px;
- }
- .zp-checkbox-checked {
- background-position: -16px -3px;
- }
- .zp-radio-checked {
- background-position: -16px -290px;
- }