# HG changeset patch # User cavaliet # Date 1306948422 -7200 # Node ID fe20b23e9f0fa8c2da25d69db41ed7e3d11b6f7f # Parent b5204be88f8e5bb6ab05c1ccfee14802d9e5e103 Better tab table management. Ajax request to move up or down the tag order. diff -r b5204be88f8e -r fe20b23e9f0f web/hdabo/static/hdabo/css/style.css --- a/web/hdabo/static/hdabo/css/style.css Tue May 31 11:49:24 2011 +0200 +++ b/web/hdabo/static/hdabo/css/style.css Wed Jun 01 19:13:42 2011 +0200 @@ -10,6 +10,9 @@ min-width:750px; text-align: justify; } +body p { + margin: 2px; +} a img,a:link img, a:active img, a:visited img, a:hover img { border:0px; @@ -32,7 +35,7 @@ /*border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #2c8084; - /*font-weight: bold;*/ + font-weight: bold;*/ } a:visited { color: #50a4a3; @@ -48,7 +51,7 @@ #header { - padding: .5em; + padding: .2em; border-bottom: 1px solid gray; border-left: 1px solid gray; } @@ -63,7 +66,7 @@ { padding: 0px; max-width: 8em; - font-size: 40px; + font-size: 30px; font-weight : bold; text-align: left; text-transform: uppercase; @@ -216,12 +219,17 @@ } #toolbar { - margin-top: 10px; - border-bottom: 3px solid #707070; + margin-top: 2px; + margin-bottom: 2px; + border-bottom: 2px solid #707070; +} +#toolbar p { + margin-top: 5px; + margin-bottom: 5px; } #inner_content { - padding: 40px 0px 50px 0px; + padding: 5px 0px 50px 0px; } #loginstate { @@ -278,7 +286,7 @@ .errorlist { color: red; - font-size:12px + font-size:12px; } tr.hdabooddline { @@ -299,4 +307,20 @@ font-weight : bold; } +#tag_table { + width: 100%; + border-spacing: 0px; +} +#tag_table td, th { + /*border: thin solid #6495ed;*/ + padding: 3px; +} +.updown_td { + width: 12px; +} +.sheet_title { + font-size: 14px; +} + + diff -r b5204be88f8e -r fe20b23e9f0f web/hdabo/templates/hdabo_base.html --- a/web/hdabo/templates/hdabo_base.html Tue May 31 11:49:24 2011 +0200 +++ b/web/hdabo/templates/hdabo_base.html Wed Jun 01 19:13:42 2011 +0200 @@ -12,6 +12,7 @@