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
19f7200d
Commit
19f7200d
authored
Jul 30, 2009
by
Richard Mansfield
Browse files
Move user/view style stuff from artefact internal back to main style sheet
parent
d71da6a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/internal/theme/raw/static/style/style.css
View file @
19f7200d
...
...
@@ -7,29 +7,6 @@
input
#myfriends_addfriend_add
{
font-weight
:
bold
;
}
#userview
{
margin
:
1em
0
;
padding
:
.5em
1em
;
background-color
:
#F6F6F6
;
}
#userview
.user-icon
a
{
margin-left
:
1em
;
}
#userview
.user-icon
#invite
,
#userview
.user-icon
#addmember
{
margin-top
:
1em
;
}
#userview
.submit
{
border
:
0
;
padding
:
.2em
0.5em
.2em
1em
;
font-size
:
.9em
;
}
#userview
#addmember_submit
{
background
:
transparent
url(../../../../../../theme/raw/static/images/icon-add.gif)
no-repeat
left
6px
;
}
#userview
#invite_submit
{
background
:
transparent
url(../../../../../../theme/raw/static/images/icon-mail.gif)
no-repeat
left
;
}
#userfriendstable
a
{
display
:
block
;
}
...
...
htdocs/theme/raw/static/style/style.css
View file @
19f7200d
...
...
@@ -720,6 +720,24 @@ fieldset.collapsed legend a {
/* Specific page rules */
/* View user */
#userview
{
margin
:
1em
0
;
padding
:
.5em
1em
;
background-color
:
#eee
;
}
#userview
.user-icon
a
{
margin-left
:
1em
;
}
#userview
#invite
,
#userview
#addmember
{
margin-top
:
1em
;
}
#userview
.submit
{
padding-top
:
.2em
;
font-size
:
.9em
;
}
/* My Views */
#myviews
h3
{
font-size
:
1.5em
;
...
...
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