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
42d6ca3d
Commit
42d6ca3d
authored
Jul 28, 2009
by
Richard Mansfield
Browse files
Change icon positioning in icon links; restore some button styling in default theme
parent
6741caeb
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/interaction/forum/theme/raw/static/style/style.css
View file @
42d6ca3d
...
...
@@ -39,7 +39,7 @@
margin
:
0
;
}
.btn-subscribe
input
.submit
{
background
:
url(../images/icon-subscribe.gif)
no-repeat
left
5px
;
background
:
url(../images/icon-subscribe.gif)
no-repeat
center
left
;
font-weight
:
bold
;
font-size
:
0.9em
;
height
:
1.8em
;
...
...
htdocs/theme/default/static/style/style.css
View file @
42d6ca3d
...
...
@@ -123,10 +123,27 @@ div.btn-del input.submit, input.submit.btn-del,
div
.btn-msg
input
.submit
,
div
.btn-add
input
.submit
,
input
.submit.btn-add
,
div
.btn-edit
input
.submit
,
input
.submit.btn-edit
,
a
.btn-del
,
a
.btn-msg
,
a
.btn-add
,
a
.btn-req
,
a
.btn-edit
,
.btn-pending
,
.btn-reply
,
.btn-leavegroup
{
color
:
#7f9d16
!important
;
a
.btn-del
,
a
.btn-msg
,
a
.btn-add
,
a
.btn-req
,
a
.btn-edit
,
.btn-pending
,
.btn-reply
,
.btn-leavegroup
,
a
.btn-link
{
color
:
#7f9d16
!important
;
}
/* Links from raw theme that should look like buttons */
a
.btn-link
{
border-color
:
#d5ed8a
#496000
#496000
#d5ed8a
;
background-color
:
#92b328
;
border-style
:
solid
;
border-width
:
1px
;
margin
:
0
.25em
0
0
;
color
:
#FFF
!important
;
padding
:
.2em
.3em
.1em
;
*
padding
:
0
;
font-size
:
1.1em
;
}
a
.btn-link
:hover
{
text-decoration
:
none
;
}
/****** SEARCH BUTTONS *********/
#users_search_btn
,
.query-button
,
...
...
htdocs/theme/raw/static/style/style.css
View file @
42d6ca3d
...
...
@@ -532,12 +532,15 @@ div.sideblock #friendscontrol label {
/* Buttons */
div
.btn-del
input
.submit
,
input
.submit.btn-del
,
a
.btn-del
,
div
.btn-del
input
.submit
,
input
.submit.btn-del
,
.btn-leavegroup
,
.btn-pending
,
a
.btn-add
,
a
.btn-req
,
div
.btn-add
input
.submit
,
input
.submit.btn-add
,
button
.btn-add
,
div
.btn-msg
input
.submit
,
div
.btn-add
input
.submit
,
input
.submit.btn-add
,
button
.btn-add
,
div
.btn-edit
input
.submit
,
input
.submit.btn-edit
,
a
.btn-del
,
a
.btn-msg
,
a
.btn-add
,
a
.btn-req
,
a
.btn-edit
,
.btn-pending
,
.btn-reply
,
.btn-leavegroup
{
padding-left
:
.7em
;
a
.btn-msg
,
a
.btn-edit
,
.btn-reply
{
padding-left
:
.8em
;
margin-right
:
.2em
;
cursor
:
pointer
;
border
:
none
;
*
width
:
1
;
...
...
@@ -545,19 +548,19 @@ a.btn-del, a.btn-msg, a.btn-add, a.btn-req, a.btn-edit, .btn-pending, .btn-reply
}
a
.btn-del
,
.btn-leavegroup
,
div
.btn-del
input
.submit
,
input
.submit.btn-del
{
color
:
#ca0000
;
background
:
url(../images/icon-delete.gif)
no-repeat
left
50%
;
background
:
url(../images/icon-delete.gif)
no-repeat
center
left
;
}
div
.btn-bold
input
.submit
{
font-weight
:
bold
;
}
a
.btn-msg
,
div
.btn-msg
input
.submit
{
background
:
url(../images/icon-mail.gif)
no-repeat
left
4px
;
background
:
url(../images/icon-mail.gif)
no-repeat
center
left
;
}
a
.btn-add
,
a
.btn-req
,
div
.btn-add
input
.submit
,
input
.submit.btn-add
,
button
.btn-add
{
background
:
url(../images/icon-add.gif)
no-repeat
left
4px
;
background
:
url(../images/icon-add.gif)
no-repeat
center
left
;
}
a
.btn-edit
,
div
.btn-edit
input
.submit
,
input
.submit.btn-edit
{
background
:
url(../images/icon-edit.gif)
no-repeat
left
4px
;
background
:
url(../images/icon-edit.gif)
no-repeat
center
left
;
}
.btn-pending
{
background
:
url(../images/icon-pending.gif)
no-repeat
left
3px
;
...
...
Write
Preview
Markdown
is supported
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