Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9dfc8dec
authored
Mar 13, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: more style for sites
parent
50e2bbe9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
6 deletions
+21
-6
cloud/templates/sites/changelog.html
+1
-0
one/static/style/base.less
+20
-6
No files found.
cloud/templates/sites/changelog.html
View file @
9dfc8dec
...
...
@@ -5,6 +5,7 @@
{% block content %}
<div
class=
"irasmu"
>
<h2>
Változtatások listája
</h2>
<section>
<p>
Az IK Cloud fejlesztése kéthetes ciklusokban történik, az rendes kiadások élesítése
páros heteken csütörtök este zajlik. Alább foglaljuk össze az egyes
...
...
one/static/style/base.less
View file @
9dfc8dec
...
...
@@ -317,7 +317,7 @@ body > footer {
padding: 20px;
border-left-width: 3px;
border-left-style: solid;
border-left-color: #
ff6
;
border-left-color: #
0b4599
;
}
h4 {
margin: 0;
...
...
@@ -326,7 +326,7 @@ body > footer {
float: left;
}
h4:after {
content: "
⬩
";
content: "
♦
";
}
h4 + p {
margin-top: 0;
...
...
@@ -334,7 +334,7 @@ body > footer {
h2 {
background-color:#000;
background-image:url(/static/image/hexabar.png);
background-position:right center;
background-position:
right center;
background-repeat:no-repeat;
color:#eee;
font-size:1.5em;
...
...
@@ -355,17 +355,31 @@ body > footer {
text-align: center;
&.figure-small img {
height: 200px;
transition: 1s 300ms;
-webkit-transition: 1s 300ms;
-moz-transition: 1s 300ms;
&:hover {
height: 400px;
transition: 1s 300ms;
-webkit-transition: 1s 300ms;
-moz-transition: 1s 300ms;
}
}
}
ol, ul {
margin-left: 1em;
}
nav {
background: #ddd;
padding: 10px;
border-left-width: 3px;
border-left-style: solid;
border-left-color: #ff6;
li {
list-style-type: none;
ul li {
list-style-type: square;
margin-left: 1em;
}
}
}
}
@media (max-width: 900px) {
...
...
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