Skip to content
GitLab
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
e7ae4a45
Commit
e7ae4a45
authored
Aug 06, 2009
by
Richard Mansfield
Browse files
Fix microheader to make xmlrpc form readable
parent
adf00f91
Changes
6
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/aqua/static/style/style.css
View file @
e7ae4a45
...
...
@@ -165,8 +165,7 @@ a.btn-del, a.btn-msg, a.btn-add, a.btn-req, a.btn-edit, .btn-pending, .btn-reply
}
/* Top of page elements */
#container
,
#containerX
{
#container
{
background
:
#1D499F
url(../images/bg-container.jpg)
repeat-x
top
center
;
margin-top
:
0px
;
padding-top
:
0px
;
...
...
htdocs/theme/fresh/static/style/style.css
View file @
e7ae4a45
...
...
@@ -174,8 +174,7 @@ a.btn-del, a.btn-msg, a.btn-add, a.btn-req, a.btn-edit, .btn-pending, .btn-reply
/* Top of page elements */
#container
,
#containerX
{
#container
{
background
:
#0c2839
url(../images/bg.jpg)
repeat-x
3px
0
;
}
#top-wrapper
{
...
...
htdocs/theme/raw/static/style/style.css
View file @
e7ae4a45
...
...
@@ -329,7 +329,7 @@ div.rbuttons form div {
margin-top
:
2px
;
padding-right
:
.5em
;
}
#container
{
#container
,
#containerX
{
background-color
:
#fff
;
margin
:
0
auto
;
max-width
:
1400px
;
...
...
@@ -410,6 +410,7 @@ div.rbuttons form div {
clear
:
both
;
width
:
100%
;
}
#containerX
.main-column
,
#main-column
{
padding
:
0
1.5em
1em
;
overflow
:
auto
;
...
...
htdocs/theme/raw/templates/microheader.tpl
View file @
e7ae4a45
...
...
@@ -31,12 +31,11 @@
</head>
<body>
<div
id=
"containerX"
>
<div
id=
"loading_box"
style=
"display: none;"
></div>
<div
id=
"topwrapper"
>
<div
id=
"logo"
><a
href=
"
{
$WWWROOT
}
"
><img
src=
"
{
theme_path
location
=
'images/logo.gif'
}
"
border=
"0"
alt=
""
></a></div>
<div
id=
"loading-box"
style=
"display: none;"
></div>
<div
id=
"top-wrapper"
>
<h1
class=
"hidden"
><a
href=
"
{
$WWWROOT
}
"
>
{
$hiddenheading
|
default
:
"Mahara"
|
escape
}
</a></h1>
</div>
<div
id=
"mainwrapper"
>
<div
id=
"main
-
wrapper"
>
{
insert
name
=
"messages"
}
<div
class=
"mainco
ntent
"
>
<div
class=
"main
-
co
lumn
"
>
{
if
$PAGEHELPNAME
&&
$heading
}
<h2>
{
$heading
|
escape
}
<span
id=
"
{
$PAGEHELPNAME
}
_container"
class=
"pagehelpicon"
>
{
$PAGEHELPICON
}
</span></h2>
{/
if
}
htdocs/theme/sunset/static/style/style.css
View file @
e7ae4a45
...
...
@@ -174,8 +174,7 @@ a.btn-del, a.btn-msg, a.btn-add, a.btn-req, a.btn-edit, .btn-pending, .btn-reply
/* Top of page elements */
#container
,
#containerX
{
#container
{
background-color
:
transparent
;
margin-top
:
0px
;
padding-top
:
0px
;
...
...
htdocs/theme/ultima/static/style/style.css
View file @
e7ae4a45
...
...
@@ -178,8 +178,7 @@ a.btn-del, a.btn-msg, a.btn-add, a.btn-req, a.btn-edit, .btn-pending, .btn-reply
/* Top of page elements */
#container
,
#containerX
{
#container
{
background-color
:
transparent
;
margin-top
:
0px
;
padding-top
:
0px
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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