Sha256: 628bf8330387bb1768b8228c13d144f81e698854fae4c470ed02f6e048441eda
Contents?: true
Size: 1.45 KB
Versions: 4
Compression:
Stored size: 1.45 KB
Contents
/* ======================================================= */ /* User Account */ /* ======================================================= */ table { margin-left: 5em; width: 50em; border: 1px solid #CCC; background-color: #f5f5f5; } table td:first-child { width: 12em; padding: 0.5em; } table th { text-align: left; } input { width: 80%; } input[type=submit] { width: 5em; } input[type=checkbox] { width: 1em; } textarea { height:15em; width: 95%; } .best_in_place { padding: .1m; cursor: hand; cursor: pointer; -moz-transition: background 0.5s linear; -o-transition: background 0.5s linear; -webkit-transition: background 0.5s linear; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; } .best_in_place:hover, #user_account .do_hover { padding-right: 1.5em; background: url("/images/red_pen.png") no-repeat right; background-color: #CCC; } .info_edit { float: right; cursor: hand; cursor: pointer; } /* Missatges Flotants */ .purr { position: fixed; width: 324px; top: 20px; right: 15px; padding: 20px; background-color: #000000; color: #FFFFFF; border: 2px solid #FFFFFF; } .purr:hover .close { position: absolute; top: 5px; right: 3px; display: block; width: 25px; height: 25px; text-indent: -9999px; background: url("/images/close-button.gif") no-repeat; }
Version data entries
4 entries across 4 versions & 1 rubygems