Revision 1448:b1b608507209

View differences:

public/stylesheets/application.css
762 762

  
763 763
#roadmap table.progress td { height: 1.2em; }
764 764
/***** Tabs *****/
765
#content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
766
#content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
767
#content .tabs ul li {
765
#content .tabs, #content .tabs2 {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
766
#content .tabs ul, #content .tabs2 ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
767
#content .tabs ul li, #content .tabs2 ul li {
768 768
  float:left;
769 769
  list-style-type:none;
770 770
  white-space:nowrap;
......
773 773
  position:relative;
774 774
  margin-bottom:-1px;
775 775
}
776
#content .tabs ul li a{
776
#content .tabs ul li a, #content .tabs2 ul li a {
777 777
  display:block;
778 778
  font-size: 0.9em;
779 779
  text-decoration:none;
......
788 788
  border-top-right-radius:3px;
789 789
}
790 790

  
791
#content .tabs ul li a:hover {
791
#content .tabs ul li a:hover, #content .tabs2 ul li a:hover {
792 792
  background-color: #ffffdd;
793 793
  text-decoration:none;
794 794
}
795 795

  
796
#content .tabs ul li a.selected {
796
#content .tabs ul li a.selected, #content .tabs2 ul li a.selected {
797 797
  background-color: #fff;
798 798
  border: 1px solid #bbbbbb;
799 799
  border-bottom: 1px solid #fff;
800 800
  color:#444;
801 801
}
802 802

  
803
#content .tabs ul li a.selected:hover {background-color: #fff;}
803
#content .tabs ul li a.selected:hover, #content .tabs2 ul li a.selected:hover {background-color: #fff;}
804 804

  
805 805
div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
806 806

  
public/themes/soundsoftware/stylesheets/application.css
234 234
.TableRowColor td { background-color: #fdfbf5; color: #000000; border: 0; }
235 235
.NavBarCell1 { background-color: #ffe69b; color:#000000 }
236 236

  
237
.embedded table { border: 0px solid #fff; }
238
.embedded h3 { margin-top: 0.5em; }
239
.embedded hr { color: #a9b680; background-color: #a9b680 }
240
.embedded center { text-align: left; } /* haha */
237
.controller-redmine_embedded table { border: 0px solid #fff; }
238
.controller-redmine_embedded h3 { margin-top: 0.5em; }
239
.controller-redmine_embedded hr { color: #a9b680; background-color: #a9b680 }
240
.controller-redmine_embedded center { text-align: left; } /* haha */
241

  
242
.controller-redmine_embedded .summary { font-style: normal; margin-bottom: 1.5em; }
241 243

  
242 244
/* Special hack to hide the FRAMES | NO FRAMES links -- they don't
243 245
   work in this context -- and right-align the All Classes and Detail links */
244
.embedded .NavBarCell2 a[target=_top] { width: 0px; visibility: hidden; }
245
.embedded .NavBarCell2 + .NavBarCell2 { text-align: right; }
246
.embedded .NavBarCell3 + .NavBarCell3 { text-align: right; }
246
.controller-redmine_embedded .NavBarCell2 a[target=_top] { width: 0px; visibility: hidden; }
247
.controller-redmine_embedded .NavBarCell2 + .NavBarCell2 { text-align: right; }
248
.controller-redmine_embedded .NavBarCell3 + .NavBarCell3 { text-align: right; }
247 249

  
248 250
/* For Doxygen in Embedded context (though note some of the Javadoc
249 251
   rules will also apply to Doxygen): */
......
257 259
.indexvalue,
258 260
.memproto,
259 261
.memproto td,
260
.memdoc a,
261
.embedded li .el,
262
.embedded a.el { font-family: monospace; }
262
.memdoc a { font-family: 'SourceCodePro-Regular', monospace; font-size: 0.9em; font-weight: normal; }
263 263

  
264
.embedded .memTemplParams { font-style: italic; }
264
.controller-redmine_embedded .memTemplParams { font-style: italic; }
265 265

  
266
.embedded .memItemRight a:first-child,
267
.embedded .memTemplItemRight a:first-child,
268
.embedded .indexkey a:first-child,
269
.embedded a.el,
270
.embedded .memdoc a { font-weight: bold; } /* function names, etc */
266
.controller-redmine_embedded #projectname,
267
.controller-redmine_embedded .title { font-weight: bold; font-size: 14px; }
271 268

  
272
.embedded .memitem { border-bottom: 1px solid #a9b680; padding-top: 0.5em; } 
273
.embedded .memitem:last-child { border-bottom: 0px; } 
269
.controller-redmine_embedded h2 { font-size: 16px; } 
274 270

  
275
.embedded .contents { margin-top: 0.5em; }
276
.embedded .contents td { padding: 0px; }
271
.controller-redmine_embedded .memitem { border-bottom: 1px solid #a9b680; padding-top: 0.5em; } 
272
.controller-redmine_embedded .memitem:last-child { border-bottom: 0px; } 
277 273

  
278
.embedded .contents h1,
279
.embedded .contents h2,
280
.embedded .navigation h1,
281
.embedded .navigation h2 { padding-top: 0.5em; padding-bottom: 0.25em; }
274
.controller-redmine_embedded .contents { margin-top: 0.5em; }
275
.controller-redmine_embedded .contents td { padding: 0px; }
282 276

  
283
.embedded .contents .center { text-align: center; } /* undo javadoc hack above */
277
.controller-redmine_embedded .contents h1,
278
.controller-redmine_embedded .contents h2,
279
.controller-redmine_embedded .navigation h1,
280
.controller-redmine_embedded .navigation h2 { padding-top: 1em; padding-bottom: 0; }
281

  
282
.controller-redmine_embedded .contents .center { text-align: center; } /* undo javadoc hack above */
284 283

  
285 284
/* For MATLAB documentation */
286 285

  
287
.embedded #matlabdoc th { text-align: left; }
286
.controller-redmine_embedded #matlabdoc th { text-align: left; }
288 287

  
289 288
/* autocomplete positioning fix */
290 289
div.autocomplete {

Also available in: Unified diff