Ignore:
Timestamp:
Feb 8, 2007, 10:20:40 PM (17 years ago)
Author:
vdigital
Message:

Web Service:

  • Delete high and normal in #ws_access table
  • start date is kept.

w0p0 template: Minor change

Location:
trunk/template/yoga/theme/p0w0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/p0w0/theme.css

    • Property svn:eol-style set to native
    • Property svn:keywords set to Author Date Id Revision
    r1783 r1791  
    1 /* $Id: theme.css 1677 2006-12-21 21:38:20Z rub $ */
     1/* $Id$ */
    22
    33/**
     
    239239}
    240240input.submit[type="reset"],
    241 input.submit  {
    242         background: url( images/button-bg.png );
    243         border: 3px double #369;
    244         border-left-color: #cde;
    245         border-top-color: #cde;
     241input.submit {
     242  background-image: url(images/button-bg.png);
     243  height:28px;
     244  width: 8em;
     245  border: 0px;
    246246  font-weight: bold;
    247247        color: #fff;
    248         padding: 0.25em;
     248  border-bottom-width: 1px;
     249  border-right-width: 1px;
     250  border-style: outset;
     251  border-color: #369;
     252        padding: auto 0.25em;
    249253}
    250254input.submit[type="reset"]:active,
     
    256260}
    257261#addComment input.submit  {
    258         padding: 4px 40px;
    259 }
     262  width: 12em;
     263  padding: auto 40px;
     264}
Note: See TracChangeset for help on using the changeset viewer.