1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 20:51:53 +02:00
missing images
This commit is contained in:
marj 2009-08-24 08:10:27 +00:00
parent e600b3c0db
commit fe9d5f3d01

View File

@ -85,14 +85,12 @@ a:hover {
border-right: #5e5d63 1px solid; border-top: #5e5d63 1px solid; font-size: 10px; background-image: url(images/button.png); border-left: #5e5d63 1px solid; color: #000; border-bottom: #5e5d63 1px solid; text-align: center
}
.button:hover {
background-image: url(images/button_hover2.png); color: #fff
color: #fff
}
.nextprev {
border-right: #77a 1px solid; padding-right: 1px; border-top: #77a 1px solid; padding-left: 1px; font-size: 9px; background-image: url(images/button.png); padding-bottom: 1px; border-left: #77a 1px solid; color: #000; padding-top: 1px; border-bottom: #77a 1px solid; background-color: #fcfcfc; text-align: center
}
.nextprev:hover {
background-image: url(images/button_hover.png)
}
form {
margin: 2px 0px 0px
}