Skip to content

Commit

Permalink
little more styling... showin' off my 1337 designer skillzzzzz.... ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarckmann committed Jun 22, 2012
1 parent 2d45b1d commit e5e56ac
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CompositeUI/BookDetails/123.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<img class="product_image_regular" title="Engeleneiland" alt="Engeleneiland" src="http://s.s-bol.com/imgbase0/imagebase/regular/FC/0/7/3/7/9200000002307370.jpg" itemprop="image">
<div class="product_details">
<div class="">
<div class="field inline">
<div class="label">Title:</div>
<div id="book-title">Engeleneiland</div>
Expand Down
24 changes: 18 additions & 6 deletions CompositeUI/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,34 @@
}
.header
{
padding-top: 50px;
font-size: 24px;
}
.suggestions
{
font-size: medium
}
.inline
{
display: inline;
margin: 10px;
padding: 5px;
border: 1px solid gray;
font-size: medium;
float: left;
}

.product_details
{
margin: 10px;
padding: 5px;
border: 1px solid gray;
width: 300px;
float: left;
display: block;
}

.quickbook
{
border: 1px dashed gray;
margin: 5px;
padding: 5px;

}



Expand Down
2 changes: 1 addition & 1 deletion CompositeUI/Suggestions/Suggestions.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="suggestions">
<div >
{{QuickBook:1337}}
{{QuickBook:1338}}
{{QuickBook:1339}}
Expand Down
4 changes: 2 additions & 2 deletions CompositeUI/Test.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</head>
<body>
<h1>Bookshop</h1>
<div>
<div class="product_details">
<div class="header">Your chosen book: </div>
{{BookDetails}}
</div>
<div>
<div class="suggestions">
<div class="header">Suggestions</div>
{{Suggestions}}
</div>
Expand Down
12 changes: 6 additions & 6 deletions CompositeUI/bin/BookDetails/123.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<img class="product_image_regular" title="Engeleneiland" alt="Engeleneiland" src="http://s.s-bol.com/imgbase0/imagebase/regular/FC/0/7/3/7/9200000002307370.jpg" itemprop="image">
<div class="product_details">
<div class="field">
<div class="label">Titel:</div>
<div class="">
<div class="field inline">
<div class="label">Title:</div>
<div id="book-title">Engeleneiland</div>
</div>

<div class="field">
<div class="label">Auteur:</div>
<div class="label">Camilla Läckberg<</div>
<div class="field inline">
<div class="label">Author:</div>
<div class="label">Camilla Läckberg</div>
</div>
</div>
4 changes: 2 additions & 2 deletions CompositeUI/bin/BookDetails/125.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<img title="Schaduwspel" class="product_image_regular" alt="Schaduwspel" src="http://s.s-bol.com/imgbase0/imagebase/regular/FC/8/1/9/3/1001004011823918.jpg" itemprop="image"/>
<div class="product_details">
<div class="field">
<div class="field inline">
<div class="label">Title:</div>
<div id="book-title">Schaduwspel</div>
</div>

<div class="field">
<div class="field inline">
<div class="label">Author:</div>
<div id="book-author">Ellen Gerretzen</div>
</div>
Expand Down
Binary file modified CompositeUI/bin/CompositeUI.dll
Binary file not shown.
Binary file modified CompositeUI/bin/CompositeUI.pdb
Binary file not shown.
Binary file modified CompositeUI/obj/Debug/CompositeUI.dll
Binary file not shown.
Binary file modified CompositeUI/obj/Debug/CompositeUI.pdb
Binary file not shown.

0 comments on commit e5e56ac

Please sign in to comment.