~thelinuxguy/openlp/angular-remote

« back to all changes in this revision

Viewing changes to openlp/core/api/http/endpoint/static/index/static/css/openlp.css

  • Committer: Simon Hanna
  • Date: 2016-07-26 14:04:39 UTC
  • Revision ID: simon.hanna@serve-me.info-20160726140439-wd2tqjrghutx8k7b
Import openlp remote compiled files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/******************************************************************************
2
 
* OpenLP - Open Source Lyrics Projection                                      *
3
 
* --------------------------------------------------------------------------- *
4
 
* Copyright (c) 2008-2016 OpenLP Developers                                   *
5
 
* --------------------------------------------------------------------------- *
6
 
* This program is free software; you can redistribute it and/or modify it     *
7
 
* under the terms of the GNU General Public License as published by the Free  *
8
 
* Software Foundation; version 2 of the License.                              *
9
 
*                                                                             *
10
 
* This program is distributed in the hope that it will be useful, but WITHOUT *
11
 
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or       *
12
 
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for    *
13
 
* more details.                                                               *
14
 
*                                                                             *
15
 
* You should have received a copy of the GNU General Public License along     *
16
 
* with this program; if not, write to the Free Software Foundation, Inc., 59  *
17
 
* Temple Place, Suite 330, Boston, MA 02111-1307 USA                          *
18
 
******************************************************************************/
19
 
 
20
 
.ui-icon-blank {
21
 
  background-image: url(../../images/ui-icon-blank.png);
22
 
}
23
 
 
24
 
.ui-icon-unblank {
25
 
  background-image: url(../../images/ui-icon-unblank.png);
26
 
}
27
 
 
28
 
/* Overwrite style from jquery-mobile.min.css */
29
 
.ui-li .ui-btn-text a.ui-link-inherit{
30
 
  white-space: normal;
31
 
}