Skip to content

Commit

Permalink
Ajustes no css das abas no formulario e dados dos clientes (refs #26)
Browse files Browse the repository at this point in the history
  • Loading branch information
InFog committed Jul 4, 2011
1 parent 94a0db6 commit 51b1422
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions application/views/clientes/formulario.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<h2><?php echo $titulo_pagina; ?></h2>
<form id="form_cliente" method="post" action="<?php echo site_url(); ?>clientes/gravar">
<input type="hidden" name="id" value="<?php echo $cliente['id']; ?>" />
<div class="div_direita">
<input type="button" value="Cancelar" onclick="window.location = '<?php echo site_url(); echo ($cliente['id'] != '0') ? 'clientes/dados/'.$cliente['id'] : 'clientes'; ?>'" />
<input type="submit" value="Enviar" />
</div>
<div id="abas">
<ul>
<li>
Expand Down Expand Up @@ -83,8 +87,4 @@
</fieldset>
</div>
</div><!-- abas -->
<div class="div_direita">
<input type="button" value="Cancelar" onclick="window.location = '<?php echo site_url(); echo ($cliente['id'] != '0') ? 'clientes/dados/'.$cliente['id'] : 'clientes'; ?>'" />
<input type="submit" value="Enviar" />
</div>
</form>
4 changes: 2 additions & 2 deletions css/south-street/jquery-ui-1.8.14.custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
.ui-widget { font-family: segoe ui, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: segoe ui, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dfd9c3; background: #f5f3e5 url(images/ui-bg_highlight-hard_100_f5f3e5_1x100.png) 50% top repeat-x; color: #312e25; }
.ui-widget-content { border: 1px solid #dfd9c3; background: inherit; color: #312e25; }
.ui-widget-content a { color: #312e25; }
.ui-widget-header { border: 1px solid #d4ccb0; background: #ece8da url(images/ui-bg_gloss-wave_100_ece8da_500x100.png) 50% 50% repeat-x; color: #433f38; font-weight: bold; }
.ui-widget-header { border: 1px solid #d4ccb0; background: inherit; color: #433f38; font-weight: bold; }
.ui-widget-header a { color: #433f38; }

/* Interaction states
Expand Down

0 comments on commit 51b1422

Please sign in to comment.