Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Link to see pot generator for headers + design
  • Loading branch information
motiejus committed May 4, 2011
1 parent 7c189ba commit 4735493
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 28 deletions.
14 changes: 9 additions & 5 deletions trool/app/views/pos/show.html.erb
Expand Up @@ -7,11 +7,15 @@
<h1> <%= @po.pot.title %> &#8594; <%= @po.lang %> </h1>

<div id="navigation_statuses">
<ul>
<li><a href="?" title="All messages">All</a></li>
<li><a href="?show=translated" title="Translated messages">Translated</a></li>
<li><a href="?show=untranslated" title="Untranslated messages">Untranslated/Unclear</a></li>
</ul>
<div class="fleft">
<ul>
<li><a href="?" title="All messages">All</a></li>
<li><a href="?show=translated" title="Translated messages">Translated</a></li>
<li><a href="?show=untranslated" title="Untranslated messages">Untranslated/Unclear</a></li>
</ul>
</div>
<div class="fright"><a href="">Download POT</a></div>
<div class="cl"></div>
</div>

<table id="messages">
Expand Down
18 changes: 16 additions & 2 deletions trool/public/stylesheets/main.css
@@ -1,6 +1,16 @@
body { margin: 0; }
body {
background-color: #fff;
}

* { font-family: arial; }
body, p, ol, ul, td {
color: #333;
margin: 0;
font-size: 13px;
font-family: verdana, arial, helvetica, sans-serif;
}
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

h1 { font-size: 18px; }

Expand Down Expand Up @@ -30,3 +40,7 @@ a.plain { text-decoration: none; }
padding: 5px;
color: white;
}

.fright { float : right; }
.fleft { float : left; }
.cl { clear: both }
5 changes: 2 additions & 3 deletions trool/public/stylesheets/po.css
Expand Up @@ -38,9 +38,8 @@ table#messages {
}


div#navigation_statuses, div#navigation_statuses a {
margin-top: 20px;
font-size: 1.1em;
#navigation_statuses {
margin-bottom: 10px;
}
#navigation_statuses li {
display: inline;
Expand Down
18 changes: 0 additions & 18 deletions trool/public/stylesheets/scaffold.css
@@ -1,21 +1,3 @@
body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}

pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

div.field, div.actions {
margin-bottom: 10px;
}
Expand Down

0 comments on commit 4735493

Please sign in to comment.