Closed Bug 629565 Opened 13 years ago Closed 13 years ago

Generate css for account-portal

Categories

(Cloud Services :: Server: Account Portal, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: telliott, Unassigned)

References

Details

Attachments

(2 files)

The account portal has structured html, but has been grafted on to an old stylesheet that we had lying around for services. I've made a few hacky changes at it, but it could really use a decent redo, especially since I think a lot of the directives there go completely unused, and we have some new sections (such as the error notifications) that are just left unstyled. Can we get a css guru to take a stab at it?
------------------------------------------------------

to the .menu rule, add

	margin-right: 20px;

replace the block starting with: 

#content #bottom .table_middle .title

with the bit below:

------------------------------------------------------

#content #bottom .table_middle .title, .menu {
     -moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	background: #000000 url(img/footer-bg.jpg) repeat-x center top;
	background-color: rgba(150,150,150,0.1);
	border: 1px solid rgba(230, 230, 230, 1);
	-moz-box-shadow: 
		inset rgba(200, 200, 200, 0.3) 0 -3px 0px,
		inset rgba(255, 255, 255, 1) 0 -3px 12px,
		inset rgba(255, 255, 255, 1) 0 20px 40px,
		rgba(200, 200, 200, 0.3) 0 2px 8px;
	font-family: "MuseoSans", Georgia; 
}

#content #bottom .table_middle .title {
    font-size: 20px;
     padding: 20px 40px;
}

.box {
	font-family: "MuseoSans", Georgia; 
}

------------------------------------------------------

also, remove the whole path thing for now (sidebar does selected/unselected, so it's unnecessary until we have more stuff)

finally, remove the "small" class attrs from the sidebar entries.

------------------------------------------------------
Attachment #514943 - Flags: review?(jrconlin)
Comment on attachment 514943 [details] [diff] [review]
First pass at css changes

reviewed.
Attachment #514943 - Flags: review?(jrconlin) → review+
JR suggested 


add to #box { padding-left: 18em;}
      #menu {width: 15em;}


which is excellent.
Attachment #515166 - Flags: review?(jrconlin)
Comment on attachment 515166 [details] [diff] [review]
More css and textual cleanup

Looks good.
Attachment #515166 - Flags: review?(jrconlin) → review+
Various and sundry fixes pushed to hg. If the layout is insufficient, feel free to reopen
Status: NEW → RESOLVED
Closed: 13 years ago
Component: Server: Other → Server: Account Portal
QA Contact: other-server → account-portal
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: