Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
b02b1b5e
Commit
b02b1b5e
authored
Jul 23, 2009
by
Richard Mansfield
Browse files
Default theme: fix nav height for IE; combine button styles
parent
97d91e11
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/static/style/style.css
View file @
b02b1b5e
...
...
@@ -124,35 +124,33 @@ label,
/******************** BUTTONS **********************/
/* Default light buttons to the big ones */
input
.submit
,
input
.button
,
input
.submit
,
input
.button
,
input
.cancel
,
input
.cancelbackcreate
,
button
{
background-color
:
#92b328
;
border-color
:
#d5ed8a
#496000
#496000
#d5ed8a
!important
;
border-style
:
solid
;
border-width
:
1px
;
margin
:
0
.25em
0
0
;
color
:
#FFF
!important
;
padding
:
.1em
.
3
em
!important
;
padding
:
.1em
.
2
em
.05em
;
*
padding
:
0
;
/* padding: .25em .5em .2em .5em;
* padding: 0.1em 0; */
}
/* Default light buttons to the big ones */
input
.submit
,
input
.button
,
button
{
border-color
:
#d5ed8a
#496000
#496000
#d5ed8a
;
background-color
:
#92b328
;
}
/* Default dark buttons to the big ones */
input
.cancel
,
input
.cancelbackcreate
,
button
.cancel
{
background-color
:
#7d9728
;
border-color
:
#bdda5e
#4e6307
#4e6307
#bdda5e
!important
;
border-style
:
solid
;
border-width
:
1px
;
margin
:
0
.25em
0
0
;
color
:
#FFF
!important
;
padding
:
.1em
.3em
!important
;
*
padding
:
0
;
/* padding: .25em .5em .2em .5em;
* padding: 0.1em 0; */
border-color
:
#bdda5e
#4e6307
#4e6307
#bdda5e
;
}
/***** DELETE RED BUTTON ********/
...
...
@@ -260,7 +258,6 @@ li#pendingfriends a {
/* HEADER ELEMENTS */
#top-wrapper
{
background
:
url(../images/header-bg.gif)
repeat-x
bottom
left
;
height
:
100px
;
}
#top-wrapper
ul
,
#top-wrapper
li
{
...
...
htdocs/theme/raw/static/style/style.css
View file @
b02b1b5e
...
...
@@ -237,10 +237,8 @@ pre, tt {
}
#main-column-container
,
div
.rel
{
position
:
relative
;
min-height
:
0
;
}
#main-column-container
{
padding-top
:
.2em
;
min-height
:
0
;
/* IE layout hack */
*
padding-top
:
.2em
;
}
.listing
{
font-size
:
.9em
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment