search for: 337acc

Displaying 5 results from an estimated 5 matches for "337acc".

Did you mean: 3366cc
2009 May 27
1
[PATCH server] UI tweaks for cloud
...y:block; + height:59px; + overflow:hidden; + text-decoration:none; + text-indent:-9999px; + width:87px; } -.toolbar a { - text-decoration: none; +#login-box { + display:block; + line-height:3.75ex; + position:absolute; + right:4ex; + text-align:right; + top:12px; +} + +#login-box a { + color: #337ACC; } -#nav {height:1em;padding-top:1ex;} +#navcontainer { + height:40px; +} -#nav a {display: inline-block;} +#navcontainer ul { + padding-left: 0; + margin-left: 0; + background-color: #fff; + color: #afb2bd; + float: left; + width: 100%; +} -#head {height:50px;} +#navcontainer ul li { displa...
2009 Jun 29
2
One more fix
This resend includes the rebase, but fixes a problem I just noticed with nil/empty checks.
2009 Jun 29
2
Resend of Cloud UI/service patches
This is a resend of the 2-patch series from a week or so ago, needed to be rebased due to some commits on next
2009 Jun 22
2
Patch series for Cloud Vm Actions
The following two patches should be applied in the order: * [PATCH server] Add svc_vm_actions method to VmService. * [PATCH server] Cloud UI layer to initiate actions on vms. The service layer patch should work fine on its own (and not break anything), but cloud patch relies on service being there.
2009 May 13
1
[PATCH server] Cloud UI V1 (readonly).
...ground: #F0F0F0 url('../../images/Sort_up_11.png') top center no-repeat !important; +} + +.sortdown { + background: #F0F0F0 url('../../images/Sort_down_11.png') top center no-repeat !important; +} + +.sortable:hover {background-color: #DDDDDD !important;} + +.selected {background: #337ACC !important; color: #FFFFFF;} + +.center {text-align:center;} + +.pagination {padding-top: 1ex;} + +#list-view {} + +#detail-view { + border-top: 3px solid #AAAAAA; + margin-top: 2ex; +} + +#graph { + border: 1px solid #AAAAAA; + margin-bottom: 1.5ex; + height: 15ex; +} + +#submit_for_list { +...