source: extensions/GrumPluginClasses/css/inputSwitchButton.css @ 15340

Last change on this file since 15340 was 15340, checked in by grum, 12 years ago

feature:2436 - Compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 264 bytes
Line 
1/* for inputSwitchButton plugin */
2.ui-inputSwitchButton {
3  border-style: solid;
4  border-width: 1px;
5  cursor: pointer;
6  display: inline-block;
7  font-size: 10px;
8  font-weight: normal;
9  height: 14px;
10  margin: 1px;
11  padding: 0 3px 0;
12  text-align: center;
13}
Note: See TracBrowser for help on using the repository browser.