Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
7afcf893
Commit
7afcf893
authored
Oct 23, 2014
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in SnowFlat CSS
parent
b39f545b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
qa-theme-base.php
qa-include/qa-theme-base.php
+2
-1
snow-core.css
qa-theme/SnowFlat/css/snow-core.css
+3
-6
snow-core.js
qa-theme/SnowFlat/js/snow-core.js
+1
-1
No files found.
qa-include/qa-theme-base.php
View file @
7afcf893
...
...
@@ -346,7 +346,8 @@
public
function
body_hidden
()
{
$this
->
output
(
'<div style="position:absolute; left:-9999px; top:-9999px;">'
);
$indent
=
$this
->
isRTL
?
'9999px'
:
'-9999px'
;
$this
->
output
(
'<div style="position:absolute; left:'
.
$indent
.
'; top:-9999px;">'
);
$this
->
waiting_template
();
$this
->
output
(
'</div>'
);
}
...
...
qa-theme/SnowFlat/css/snow-core.css
View file @
7afcf893
...
...
@@ -417,9 +417,6 @@ blockquote p {
display
:
none
;
margin
:
0
10px
10px
;
}
.qam-search.the-top
.qa-search-field
{
margin-right
:
-40px
;
}
.qa-error
{
background
:
#e74c3c
;
...
...
@@ -898,7 +895,7 @@ blockquote p {
line-height
:
normal
;
}
.qa-nav-user
.qa-logged-in
{
display
:
bl
co
k
;
display
:
bl
oc
k
;
padding
:
10px
20px
;
border-bottom
:
1px
solid
#2c3e50
;
}
...
...
@@ -1738,7 +1735,7 @@ h1 a:hover, h1 a:focus, h1 a:visited {
.qa-template-users
.qa-avatar-link
img
,
.qa-template-favorites
.qa-avatar-link
img
{
border
:
1px
solid
#cbd7e3
;
}
.qa-template-users
.qam-us
re-score-icon
,
.qa-template-favorites
.qam-usre
-score-icon
{
.qa-template-users
.qam-us
er-score-icon
,
.qa-template-favorites
.qam-user
-score-icon
{
display
:
inline-block
;
padding
:
2px
6px
2px
1.8em
;
background-color
:
#2ecc71
;
...
...
@@ -1746,7 +1743,7 @@ h1 a:hover, h1 a:focus, h1 a:visited {
position
:
relative
;
float
:
right
;
}
.qa-template-users
.qam-us
re-score-icon
:before
,
.qa-template-favorites
.qam-usre
-score-icon
:before
{
.qa-template-users
.qam-us
er-score-icon
:before
,
.qa-template-favorites
.qam-user
-score-icon
:before
{
background-color
:
#27ae60
;
content
:
'\e810'
;
font-family
:
"fontello"
;
...
...
qa-theme/SnowFlat/js/snow-core.js
View file @
7afcf893
...
...
@@ -67,7 +67,7 @@ $(document).ready(function () {
/*
* Add wrapper to users point on users list
*/
$
(
'.qa-top-users-score'
).
wrapInner
(
'<div class="qam-us
re
-score-icon"></div>'
);
$
(
'.qa-top-users-score'
).
wrapInner
(
'<div class="qam-us
er
-score-icon"></div>'
);
/*
* add option lable in plugin option section
...
...
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