[Web Applications] / barcodegen / barcodegen.css Repository:
ViewVC logotype

View of /barcodegen/barcodegen.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (download) (as text) (annotate)
Sat Jul 21 23:50:31 2012 UTC (11 years, 9 months ago) by ian
File size: 1181 byte(s)
W3C validated with one exception: HTML4 spec lists Target attribute for A elements as deprecated, but HTML 5 doesn't;
.bcDiv{
  border: 1px solid;
  display: inline-block;
  text-align: center;
  margin: 5px;
  position: relative;
}
.bcDiv .comment {
  margin-left: 10px;
  margin-right: 10px;
}
.bcDiv .unused {
  font-style: italic;
  color: #CCCCCC;
}
.bcDiv input {
  display: block;
  width: 100%;
  text-align: center;
}
.btnDelete {
  position: absolute;
  top: 2px;
  right: -7px;
}
.btnDelete, .btnDelete .ui-button-text{
  padding: 0;
  width: 20;
  height: 20;
}
.displayNone {
  display: none;
}
#commentEditorDialog textarea {
  width: 100%;
  height: 100%;
  resize: none;
}
#license {
  width: 650px;
}
#license .ui-dialog-titlebar {
  padding-right: 5;
}
#toolbar {
  background-color: #eeeeee;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 8px;
  width: 100%;
  height: 35px;
  z-index: 99;
}
input {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0px;
  height: 20px;
  position: relative;
  top: 1px;
}
.ui-button {
  font-size: 0.7em;
  margin-right: 10px;
}
body {
  padding-top: 40px;
}
#dlgLicense pre {
  font-size: 14px;
}
div[id*=plusone] {
  padding-top: 2px !important;
  vertical-align: top !important;
}

Contact
ViewVC Help
Powered by ViewVC 1.0.4