Ticket #147 (closed defect: fixed)

Opened 8 years ago

Last modified 8 years ago

create a global CSS popup.css with standards for all popups and plugins

Reported by: anonymous Owned by: gogo
Priority: low Milestone:
Component: Documentation Version: trunk
Severity: normal Keywords: css
Cc:

Description

popup.css

/*<link rel="stylesheet" type="text/css" href="../../../popups/popup.css" />*/
html, body {
  background: ButtonFace;
  color: ButtonText;
  font: 11px Tahoma,Verdana,sans-serif;
  margin: 0px;
  padding: 0px;
}
body { padding: 5px; }
form { padding: 0px; margin: 0px; }
form p {
  margin-top: 5px;
  margin-bottom: 5px;
}
table {
  font: 11px Tahoma,Verdana,sans-serif;
}
select, input, button { font: 11px Tahoma,Verdana,sans-serif; }
button { width: 70px; }
table .label { text-align: right; width: 8em; }

.fl { width: 9em; float: left; padding: 2px 5px; text-align: right; }
.fr { width: 7em; float: left; padding: 2px 5px; text-align: right; }
fieldset { padding: 0px 10px 5px 5px; }
.space { padding: 2px; }
.title { background: #ddf; color: #000; font-weight: bold; font-size: 120%; padding: 3px 10px; margin-bottom: 10px;
border-bottom: 1px solid black; letter-spacing: 2px;
}

#buttons {
      margin-top: 1em; border-top: 1px solid #999;
      padding: 2px; text-align: right;
}

Attachments

.2 (0 bytes) - added by seonwan@… 8 years ago.

Change History

Changed 8 years ago by niko

  • status changed from new to closed
  • resolution set to fixed

finally commited in changeset:109

Changed 8 years ago by seonwan@…

  • attachment .2 added

Changed 8 years ago by anonymous

  • priority changed from normal to low
  • version set to trunk
  • component changed from Xinha Core to Documentation

==

----

==

Note: See TracTickets for help on using tickets.