--- src/app/stylesheets/aggregator.scss | 31 +++++++++++++++++-------------- src/app/views/pools/index.haml | 8 ++++---- src/app/views/pools/new.haml | 20 +++++++++----------- src/app/views/provider/_providers.haml | 1 - 4 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/src/app/stylesheets/aggregator.scss b/src/app/stylesheets/aggregator.scss index bda0185..2f84f0a 100644 --- a/src/app/stylesheets/aggregator.scss +++ b/src/app/stylesheets/aggregator.scss @@ -128,7 +128,7 @@ input[type='submit'],button,.button { } } -h1 { font-size: 140%; } +h1 { font-size: 140%; text-transform: uppercase; } h2 { font-size: 130%; text-transform: uppercase; @@ -277,6 +277,7 @@ table { dd { margin: 0; font-size: 110%; + position: relative; a { display: block; padding: 4px 4px 4px 20px; @@ -293,19 +294,6 @@ table { margin: 0; padding: 0 4px 0 18px; position: relative; - span { - display: block; - position: absolute; - width: 16px; height: 16px; - left: 0; top: 50%; margin-top: -8px; - background: url(/images/icons/action-icons.png) no-repeat 0 0; - } - &.edit span { background-position: -16px 0;} - &.delete span { background-position: -32px 0;} - &.rename span { background-position: -80px 0;} - &.copy span { background-position: -48px 0;} - &.build span { background-position: -64px 0;} - &.add span { background-position: -48px 0;} } } } @@ -322,6 +310,19 @@ table { color: $dcprimary; } } + span { + display: block; + position: absolute; + width: 16px; height: 16px; + left: 0; top: 50%; margin-top: -8px; + background: url(/images/icons/action-icons.png) no-repeat 0 0; + } + .edit span { background-position: -16px 0;} + .delete span { background-position: -32px 0;} + .rename span { background-position: -80px 0;} + .copy span { background-position: -48px 0;} + .build span { background-position: -64px 0;} + .add span { background-position: -48px 0;} } #notification { @@ -870,9 +871,11 @@ footer { .ui-widget-content { border: none; } .ui-tabs { + margin-bottom: 1em; .ui-widget-header { font-size: 90%; background: transparent; + border: none; } .ui-state-default { background: transparent; diff --git a/src/app/views/pools/index.haml b/src/app/views/pools/index.haml index 2779043..7571f17 100644 --- a/src/app/views/pools/index.haml +++ b/src/app/views/pools/index.haml @@ -1,16 +1,16 @@ -#pools_nav{:class => 'grid_3'} +#pools_nav.grid_3.actionsidebar %dl %dt Pools - %dd.create - =link_to 'New Pool', :action => :new + %dd.add + %span + =link_to 'New Pool', :action => :new, :class => "button" #details{:class => 'grid_13'} %h1 Manage Pools %table =sortable_table_header @header - %tbody - @pools.each do |pool| %tr %td diff --git a/src/app/views/pools/new.haml b/src/app/views/pools/new.haml index 119a4f2..3b67b31 100644 --- a/src/app/views/pools/new.haml +++ b/src/app/views/pools/new.haml @@ -1,14 +1,12 @@ -.dcloud_form +.grid_16 = error_messages_for 'pool' = error_messages_for 'account' - %h2 Create a new Pool - %br/ + %h1 Create a new Pool - form_tag :action => 'create' do - %legend Pool - %ul - %li - %label - Name - %span Provide a descriptive name for this pool. - = text_field :pool, :name - = submit_tag "Save", :class => "submit" + %h2 Pool + %fieldset + %label.grid_2.alpha Name: + = text_field :pool, :name, :class => "grid_5" + .clear.grid_14.prefix_2.alpha Provide a descriptive name for this pool. + + = submit_tag "Save", :class => "submit formbutton" diff --git a/src/app/views/provider/_providers.haml b/src/app/views/provider/_providers.haml index cee0865..5d1d51d 100644 --- a/src/app/views/provider/_providers.haml +++ b/src/app/views/provider/_providers.haml @@ -4,7 +4,6 @@ = t('provider.providers') - @providers.each do |provider| %dd - %span - selected = 'selected' if @provider and (provider.id == @provider.id) %a{ :href => url_for(:controller => 'provider', :action => 'show', :id => provider), :class => selected } = provider.name -- 1.7.2.3 _______________________________________________ deltacloud-devel mailing list deltacloud-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/deltacloud-devel