Browse Source

Cleaned up the fuzz.

pull/71/head
Simon Eisenmann 12 years ago
parent
commit
2dbf152e22
  1. 8
      src/styles/components/_presentation.scss
  2. 2
      static/css/main.min.css
  3. 1
      static/partials/presentation.html

8
src/styles/components/_presentation.scss

@ -27,14 +27,8 @@ @@ -27,14 +27,8 @@
top: 0;
}
.presentation-target {
width: 100%;
font-size: 10em;
margin-top: 30px;
}
.presentationpane .welcome {
padding: 0 !important;
padding: 0;
}
.presentationpane .welcome h1 {

2
static/css/main.min.css vendored

File diff suppressed because one or more lines are too long

1
static/partials/presentation.html

@ -11,7 +11,6 @@ @@ -11,7 +11,6 @@
<h1>{{_('Please upload a PDF document')}}</h1>
<div class="center-block">
<p>{{_('Documents are shared with everyone in this call.')}}</p>
<div class="presentation-target fa fa-file-pdf-o"></div>
<p><button class="btn btn-lg btn-primary">{{_('Upload')}}</button></p>
<p>{{_('You can drag files here too.')}}</p>
</div>

Loading…
Cancel
Save