source: trunk/gsdl3/packages/gsdl-as/web/form.css@ 8720

Last change on this file since 8720 was 8720, checked in by schweer, 19 years ago

worked on web interface

  • Property svn:keywords set to Author Date Id Revision
File size: 195 bytes
Line 
1@import url("default.css");
2
3form {
4 margin: 10px 0px;
5 border: 1px dashed gray;
6 border-left: 10px solid #9CBE9C;
7 padding: 2px;
8 padding-left: 8px;
9 width: auto;
10 background-color: #DCDCDC;
11}
12
Note: See TracBrowser for help on using the repository browser.