comparison pylons_app/public/css/style.css @ 409:9b6c1de4ce9e

some small template fixes
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 18 Aug 2010 01:46:18 +0200
parents 757c7eef0dcd
children 9a7ae16ff53e
comparison
equal deleted inserted replaced
408:fadbb1eea649 409:9b6c1de4ce9e
2854 border-right: 1px solid #b1b1b1; 2854 border-right: 1px solid #b1b1b1;
2855 border-bottom: 1px solid #afafaf; 2855 border-bottom: 1px solid #afafaf;
2856 color: #515151; 2856 color: #515151;
2857 } 2857 }
2858 2858
2859 /* -----------------------------------------------------------
2860 SUMMARY
2861 ----------------------------------------------------------- */
2862
2863 #clone_url{
2864 border: none;
2865 }
2859 2866
2860 /* ----------------------------------------------------------- 2867 /* -----------------------------------------------------------
2861 CHANGESETS 2868 CHANGESETS
2862 ----------------------------------------------------------- */ 2869 ----------------------------------------------------------- */
2863 #changeset_content { 2870 #changeset_content {
2928 height: 16px; 2935 height: 16px;
2929 padding-left: 20px; 2936 padding-left: 20px;
2930 margin-top: 7px; 2937 margin-top: 7px;
2931 text-align: left; 2938 text-align: left;
2932 } 2939 }
2933
2934
2935 2940
2936 /* ----------------------------------------------------------- 2941 /* -----------------------------------------------------------
2937 CHANGESETS - CANVAS 2942 CHANGESETS - CANVAS
2938 ----------------------------------------------------------- */ 2943 ----------------------------------------------------------- */
2939 2944
3107 height: 16px; 3112 height: 16px;
3108 padding-left: 20px; 3113 padding-left: 20px;
3109 text-align: left; 3114 text-align: left;
3110 } 3115 }
3111 3116
3117 /* -----------------------------------------------------------
3118 ADMIN - SETTINGS
3119 ----------------------------------------------------------- */
3120 #path_unlock{
3121 color: red;
3122 font-size: 1.2em;
3123 padding-left: 4px;
3124 }
3112 3125
3113 /* ----------------------------------------------------------- 3126 /* -----------------------------------------------------------
3114 INFOBOX 3127 INFOBOX
3115 ----------------------------------------------------------- */ 3128 ----------------------------------------------------------- */
3116 .info_box *{ 3129 .info_box *{