Changeset 2640


Ignore:
Timestamp:
Oct 2, 2008, 8:59:46 PM (15 years ago)
Author:
vdigital
Message:

Identification menu was broken.
Links are bordered on over except admin menu.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/theme/roma/theme.css

    r2626 r2640  
    8181  color : #f36; text-decoration: none; border: 0; color: #f36; }
    8282*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
    83 a { color:#f70; border: 0px solid  #f70; }
    84 a:hover, a:active { color: #f33; border: 0px solid #FF3363; cursor: pointer; }
     83a { color:#f70; border-width: 0; }
     84a:hover, a:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; }
    8585
    8686h2 { display:block; font-size:28px; letter-spacing:-1px;
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2638 r2640  
    3838#menubar #mbIdentification form { background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; }
    3939#menubar #mbIdentification  .actions, #menubar ul ul, #menubar #mbIdentification form  p { background-image:none; }
    40 #menubar #mbIdentification p { padding: 2px 16px 0; }
     40#menubar #mbIdentification p { padding: 2px 16px 0; margin: 0;}
    4141#menubar p { padding: 16px 16px 0; }
    4242#menubar .button { position:relative; right:9px; top:12px; height:16px; }
     
    8080.content UL.thumbnails SPAN.wrap2:hover { color: #666;
    8181background-color: #111; border:1px solid #ff3363;       /* thumbnails border color when mouse cursor is over it */ }
    82 A, INPUT.rateButton { color:#f70; border: 0px solid #f70; }
    83 A:hover, A:active { color: #f33; border: 0px solid #FF3363; cursor: pointer; }
     82A, INPUT.rateButton { color:#f70; border-width: 0; }
     83A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; }
    8484*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
    8585#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
Note: See TracChangeset for help on using the changeset viewer.