Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 73 additions & 0 deletions Echelon/Profile Folder/chrome/pages/about/about.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
/* Taken from Firefox 4.0.1, slightly modified */
@-moz-document url-prefix("about:about") {

html {
background: -moz-Dialog !important;
padding: 0 1em;
font: message-box !important;
}

body {
color: -moz-FieldText;
position: relative;
min-width: 330px !important;
max-width: 50em !important;
margin: 4em auto;
border: 1px solid ThreeDShadow;
border-radius: 10px;
padding: 3em;
-moz-padding-start: 30px;
background: -moz-Field;
}

.aboutPageWideContainer {
max-width: 80%;
}

#aboutLogoContainer {
border: 1px solid ThreeDLightShadow;
width: 300px;
margin-bottom: 2em;
}

img {
border: 0;
}

#version {
font-weight: bold;
color: #909090;
margin: -24px 0 9px 17px;
}

ul {
margin: 0;
-moz-margin-start: 1.5em;
padding: 0;
list-style: square;
}

ul > li {
margin-top: .5em;
}

th, td {
padding: 0 5px;
}

.columns {
-moz-column-width: 20em;
-moz-column-gap: 3em;
}

.container {
width: 100% !important;
max-width: 100% !important;
padding: 0 !important;
}

a {
color: revert !important;
}

}
3 changes: 2 additions & 1 deletion Echelon/Profile Folder/chrome/userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
@import url("pages/preferences/preferences.css");
@import url("pages/addons/addons.css");
@import url("pages/support/support.css");
@import url("pages/about/about.css");

@import url("Echelon.devTools.css");
@import url("Echelon.netError.css");
@import url("Echelon.commonDialog.css");

/* Additional styles from the user ignored by Git. */
@import url("_content_user.css");
@import url("_content_user.css");