lib/gitdocs/public/css/app.css in gitdocs-0.3.6 vs lib/gitdocs/public/css/app.css in gitdocs-0.4.0

- old
+ new

@@ -1,84 +1,49 @@ body { - margin-left: 20%; - margin-right: 20%; - font-family: Helvetica, Arial, Verdana; + padding-top: 50px; } -h1, h2 { - margin: 0; - padding-bottom: 0.8em; - font-weight: bold; +.inline-file { + width:100%; + min-height: 600px; + background: white; } -h1 { font-size: 1.8em; } -h2 { font-size: 1.5em; margin-top: 0.2em; } - -.nav h1 { - text-align: center; +h2.path { + margin-bottom: 0.8em; } -.nav h1 a { - text-decoration: none; - color: black; +#editor { + line-height: normal; + position: relative; + width: 100%; + height: 600px; + margin-bottom: 1em; } -.nav h1 a:hover { - text-decoration: none; +form.upload p, form.add p { + padding-bottom: 0.6em; + font-weight: bold; } -.menu { - margin-top :10px; - display: absolute; - float:right; +/* Dir Listing */ +table td.author, td.modified { + width: 30%; } +/* Settings */ div.share { - border-color: #000000; border-radius: 7px; - padding: 2em; - margin-top: 1.2em; + border: 1px solid black; + padding: 1em; + margin: 1em 0; + width: 60%; } -div.share.even { - background: #FEFBAA; +input.path { + width: 80%; } -div.share input { - width :100%; +.field { + padding: 0.8em 0; } - -.container { - min-width: 700px; - background: #FCEA97; - border-style: solid; - border-width: 5px; - border-color: #FFC003; - border-radius: 15px; - padding: 2em; - margin-top: 1.2em; -} - -.container .inline-file { - width:100%; - min-height: 600px; - background: white; -} - -a { text-decoration: none; color: #33e; } -a:hover { text-decoration: underline; } - -#editor { - position: relative; - width: 700px; - height: 600px; - margin-bottom: 1em; -} - -form.upload, form.add { - padding-top: 1.4em; -} - -form.upload p, form.add p { - padding-bottom: 0.6em; - font-weight: bold; -} +.field span { font-weight: bold; } \ No newline at end of file