Merge branch 'master' of ssh://git.onelab.eu/git/myslice
authorLoic Baron <loic.baron@lip6.fr>
Wed, 13 Nov 2013 05:29:26 +0000 (06:29 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Wed, 13 Nov 2013 05:29:26 +0000 (06:29 +0100)
Conflicts:
unfold/page.py
unfold/static/css/onelab_marko.css

1  2 
portal/templates/contact.html
portal/templates/registration_view.html
portal/templates/slice-request-view.html
ui/templates/base.html
unfold/page.py
unfold/static/css/onelab_marko.css

Simple merge
Simple merge
diff --cc unfold/page.py
@@@ -33,9 -33,8 +33,10 @@@ class Page
          # queue of queries with maybe a domid, see enqueue_query
          self._queue=[]
          # global prelude object
 -        self.prelude=Prelude()
 +        self.prelude=Prelude(css_files='css/plugin.css')
 +        print "Loading... CSS OneLab"
 +        self.prelude=Prelude(css_files='css/onelab_marko.css')
+ #        self.prelude=Prelude(css_files=['css/plugin.css','css/onelab_marko.css',])
  
      # record known plugins hashed on their domid
      def record_plugin (self, plugin):
@@@ -9,20 -5,12 +5,18 @@@
  /* GENERAL */
  
  .container {
 -    padding: 0 !important;
 -/*    color: #fff; */
 +      padding: 0 !important;
 +      color: #fff;
 +    background: url(http://new.fit-equipex.fr/images/background.jpg) no-repeat;
 +    margin: 0;
 +    width: 100%;
 +    max-width: 100%;
 +    min-height: 100%;
 +    height: 100%;
  }
  
- .container h1 {
-       color: #fff !important;
-       font-family: Ubuntu;
-       margin-top: 60px;
+ .container h1, .container h2 {
+     color: #fff !important;
  }
  
  div.plugin-outline-complete, 
@@@ -61,30 -49,22 +55,30 @@@ a.plugin-tooltip:hover 
  
  
  /* LIST VIEW */
 -
 +div.well-lg {
 +    background-color: rgba(168, 32, 202, 0.5) !important;
 +}
 +div.onelab-title {
 +    background-color: rgba(168, 32, 202, 0.5) !important;
 +}
 +div.well {
 +    background-color: rgba(0, 0, 0, 0.5) !important;
 +}
  h2.well.well-lg {
-       border-radius:0;
-       border: 0;
-       font-family: Ubuntu, arial, sans-serif;
-       /* text-transform: ; */
-       font-weight: normal;
-       font-size: 40px;
-       /* color: #30196d; */
+     border-radius:0;
+     border: 0;
+     font-family: Ubuntu, arial, sans-serif;
+     /* text-transform: ; */
+     font-weight: normal;
+     font-size: 40px;
+     /* color: #30196d; */
      color: white;
-       margin-bottom: 0px;
-       margin-top: 0;
-       padding: 40px;
-       opacity: 1;
-       text-align: center;
-       background-color: #30196d;
+     margin-bottom: 0px;
+     margin-top: 0;
+     padding: 40px;
+     opacity: 1;
+     text-align: center;
+     background-color: #30196d;
  }
  
  #complete-resources {