PHP Classes

File: htdocs/modules/system/css/button.css

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/system/css/button.css   Download  
File: htdocs/modules/system/css/button.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 1,437 bytes
 

Contents

Class file image Download
/* Buttons style */ .xo-buttons a, .xo-buttons button { display: block; float: left; margin: 0 5px 0 0; background: #e4e4e5 url(../images/bg_button.gif) repeat-x; border: 1px solid #d6d6d6; border-top: 1px solid #dedede; border-left: 1px solid #dedede; font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; font-size: 1em; line-height: 1.1em; text-decoration: none; font-weight: bold; color: #454545; cursor: pointer; padding: 3px 8px 3px 5px; /* Links */ } .xo-buttons a:hover, .xo-buttons button:hover { border: 1px solid #ccc; border-top: 1px solid #d6d6d6; border-left: 1px solid #d6d6d6; } .xo-buttons button { width: auto; overflow: visible; padding: 3px 8px 4px 5px; /* IE6 */ } .xo-buttons button[type] { padding: 3px 5px 4px 5px; /* Firefox */ line-height: 15px; /* Safari */ } *:first-child + html button[type] { padding: 3px 8px 4px 5px; /* IE7 */ } .xo-buttons button img, .xo-buttons a img { margin: 0 3px -3px 0 !important; padding: 0; border: none; width: 16px; height: 16px; } .xo-actions button img, .xo-actions a img, .xo-actions img { padding: 0 2px; border: none; width: 16px; height: 16px; cursor: pointer; } .xo-btn-actions { padding: 2px; margin: 1px 0; background: #fff url(../images/bg_button.gif) repeat-x bottom; border: 1px solid #ccc; }