diff --git a/www/css/admin.css b/www/css/admin.css index d30aae9..a8daeba 100644 --- a/www/css/admin.css +++ b/www/css/admin.css @@ -130,20 +130,4 @@ .newuserelement input { border: none; background-color: #ddd; -} - -.subnote { - margin-top: 0; - color: gray; - font-size: .7em; - font-style: italic; -} - -.no-chin { - margin-bottom: 0; -} - -.ruler { - border: none; - border-bottom: 1px dotted rgba(0,0,0,.5); } \ No newline at end of file diff --git a/www/css/style.css b/www/css/style.css index b059b32..f94a00b 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -33,4 +33,20 @@ main h2 { background-color: #00407F; transition: background-color .2s ease; +} + +.subnote { + margin-top: 0; + color: gray; + font-size: .7em; + font-style: italic; +} + +.no-chin { + margin-bottom: 0; +} + +.ruler { + border: none; + border-bottom: 1px dotted rgba(0,0,0,.5); } \ No newline at end of file diff --git a/www/prosjekt/edit.php b/www/prosjekt/edit.php index 72ea662..2a26854 100644 --- a/www/prosjekt/edit.php +++ b/www/prosjekt/edit.php @@ -46,41 +46,39 @@ if($new == 0){ } ?> - - - - - + + + + + + + -
Prosjekt­verk­stedet
+ + -
+
+

Nytt prosjekt

-
-

Nytt prosjekt

+
+

Prosjektnavn

+

Gi prosjektet ditt et passende navn

+
- -

Prosjektnavn

-

Gi prosjektet ditt et passende navn

-
+

Beskrivelse

+

Hva går prosjektet ditt ut på?

+ -

Beskrivelse

-

Hva går prosjektet ditt ut på?

- + getID() . '" />' ?> - getID() . '" />' ?> +
+
-
-
- - '; ?> -
- -
- -
- - + '; ?> + + +
+ \ No newline at end of file diff --git a/www/prosjekt/mine.php b/www/prosjekt/mine.php index 28244cf..820ff60 100644 --- a/www/prosjekt/mine.php +++ b/www/prosjekt/mine.php @@ -1,6 +1,7 @@ - - - - - + + + + + + + + -
Prosjekt­verkstedet
+ + -
- -
-
+

Mine Prosjekter

+
-
    - +
    +
      + getID(); + ?> + +
    • +
      +
      +

      getID() . '">' . $project->getName() . ''; ?>

      +

      getDescription(); ?>

      +
      +
      +
    • + + +
    + + Forrige side'; } - $project = $projects[$i]; - $projectID = $project->getID(); - ?> - -
  • -
    -
    -

    getID() . '">' . $project->getName() . ''; ?>

    -

    getDescription(); ?>

    -
    -
    -
  • - - -
- - Forrige side'; - } - - if(($counter == $pageLimit) and (($pageLimit * $page) < count($projects))){ - echo 'Neste side'; - } - ?> -
- -
-

Verktøy

- Lag prosjekt -

Filter

-
-

Navn

- ' ?>
- -
- + if(($counter == $pageLimit) and (($pageLimit * $page) < count($projects))){ + echo 'Neste side'; + } + ?>
-
-
-
-
+
+

Verktøy

+ Lag prosjekt +

Filter

+
+

Navn

+ ' ?>
- +
+ +
+
+
+ + +