~spreadubuntu/spreadubuntu/devel-drupal5

« back to all changes in this revision

Viewing changes to themes/ubuntu07-nj/drupal.css

  • Committer: edb82189 at aol
  • Date: 2008-11-07 02:29:18 UTC
  • Revision ID: edb82189@aol.com-20081107022918-wr8o5meefdl2z8wv
Comments and footer links!
A few things were not being translated in the material node.
MANY minor theme enhancements.
A couple of nice icons added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
  margin-bottom: 1em;
231
231
  margin-top: 0;
232
232
}
233
 
.book-navigation .menu {
234
 
  border-top: 1px solid #888;
235
 
  padding: 1em 0 0 3em;
236
 
}
237
 
.book-navigation .page-links {
238
 
  border-top: 1px solid #888;
239
 
  border-bottom: 1px solid #888;
240
 
  text-align: center;
241
 
  padding: 0.5em;
242
 
  width:98%;
243
 
}
244
 
.book-navigation .page-previous {
245
 
  text-align: right;
246
 
  width: 42%;
247
 
  display: block;
248
 
  float: left;
249
 
}
250
 
.book-navigation .page-up {
251
 
  margin: 0 5%;
252
 
  width: 4%;
253
 
  display: block;
254
 
  float: left;
255
 
}
256
 
.book-navigation .page-next {
257
 
  text-align: left;
258
 
  width: 42%;
259
 
  display: block;
260
 
  float: left;
261
 
}
 
233
 
262
234
.node-unpublished, .comment-unpublished {
263
235
  background-color: #fff4f4;
264
236
}