projects
/
themes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c5bee4
)
make network error reporting look a bit better
author
Robert Kaiser
<kairo@kairo.at>
Mon, 16 Feb 2015 11:16:24 +0000
(12:16 +0100)
committer
Robert Kaiser
<kairo@kairo.at>
Mon, 16 Feb 2015 11:16:24 +0000
(12:16 +0100)
LCARStrek/browser/aboutNetError.css
patch
|
blob
|
blame
|
history
diff --git
a/LCARStrek/browser/aboutNetError.css
b/LCARStrek/browser/aboutNetError.css
index e4db78b3f48e4e41a27c288d97d5700773951b16..68d2a819dd466b5dc3c006018181af68abc326df 100644
(file)
--- a/
LCARStrek/browser/aboutNetError.css
+++ b/
LCARStrek/browser/aboutNetError.css
@@
-76,8
+76,8
@@
div#certificateErrorReporting {
display: none;
float:right;
/* Align with the "Try Again" button */
- margin-top:
24
px;
- margin-right:
24px
;
+ margin-top:
19
px;
+ margin-right:
0
;
}
div#certificateErrorReporting a,
@@
-85,14
+85,14
@@
div#certificateErrorReportingPanel a {
background-color: #C09070;
color: #000000;
border-radius: 300px;
+ padding: 1px 6px;
}
div#certificateErrorReporting a {
-/* text-decoration: none; */
}
div#certificateErrorReporting a:hover {
-/* text-decoration: underline; */
+ text-decoration: none;
background-color: #FFCF00;
}